Skip to content

Commit 755b75c

Browse files
committed
Using v3.0.3 of cc.mqtt5.commsdsl to generate current code.
1 parent 4c86a01 commit 755b75c

46 files changed

Lines changed: 47 additions & 47 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ function (cc_plugin_Message)
7979
cc_tools_qt_plugin/Message/cc_mqtt5/message/Subscribe.cpp
8080
cc_tools_qt_plugin/Message/cc_mqtt5/message/Unsuback.cpp
8181
cc_tools_qt_plugin/Message/cc_mqtt5/message/Unsubscribe.cpp
82+
cc_tools_qt_plugin/Message/cc_mqtt5/factory/MsgFactory.cpp
8283
cc_tools_qt_plugin/Message/cc_mqtt5/frame/FrameTransportMessage.cpp
8384
cc_tools_qt_plugin/Message/cc_mqtt5/frame/Frame.cpp
84-
cc_tools_qt_plugin/Message/cc_mqtt5/factory/MsgFactory.cpp
8585
)
8686

8787
add_library (${name} STATIC ${src})

cc_tools_qt_plugin/Message/cc_mqtt5/Message.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2tools_qt v7.0.3
1+
// Generated by commsdsl2tools_qt v7.1.0
22

33
#include "Message.h"
44

cc_tools_qt_plugin/Message/cc_mqtt5/Message.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2tools_qt v7.0.3
1+
// Generated by commsdsl2tools_qt v7.1.0
22

33
#pragma once
44

cc_tools_qt_plugin/Message/cc_mqtt5/factory/MsgFactory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2tools_qt v7.0.3
1+
// Generated by commsdsl2tools_qt v7.1.0
22

33
#include "MsgFactory.h"
44

cc_tools_qt_plugin/Message/cc_mqtt5/factory/MsgFactory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2tools_qt v7.0.3
1+
// Generated by commsdsl2tools_qt v7.1.0
22

33
#pragma once
44

cc_tools_qt_plugin/Message/cc_mqtt5/frame/Frame.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2tools_qt v7.0.3
1+
// Generated by commsdsl2tools_qt v7.1.0
22

33
#include "Frame.h"
44

cc_tools_qt_plugin/Message/cc_mqtt5/frame/Frame.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2tools_qt v7.0.3
1+
// Generated by commsdsl2tools_qt v7.1.0
22

33
#pragma once
44

cc_tools_qt_plugin/Message/cc_mqtt5/frame/FrameProtTransportMessage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2tools_qt v7.0.3
1+
// Generated by commsdsl2tools_qt v7.1.0
22

33
#pragma once
44

cc_tools_qt_plugin/Message/cc_mqtt5/frame/FrameTransportMessage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2tools_qt v7.0.3
1+
// Generated by commsdsl2tools_qt v7.1.0
22

33
#include "FrameTransportMessage.h"
44

cc_tools_qt_plugin/Message/cc_mqtt5/frame/FrameTransportMessage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by commsdsl2tools_qt v7.0.3
1+
// Generated by commsdsl2tools_qt v7.1.0
22

33
#pragma once
44

0 commit comments

Comments
 (0)