File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ char dummy;
28
28
29
29
#include " Data100kb.h"
30
30
31
+ #if FASTCDR_VERSION_MAJOR > 1
32
+
31
33
#include < fastcdr/Cdr.h>
32
34
33
35
@@ -131,3 +133,4 @@ std::vector<uint8_t>& Data100kb::data()
131
133
// Include auxiliary functions like for serializing/deserializing.
132
134
#include " Data100kbCdrAux.ipp"
133
135
136
+ #endif // FASTCDR_VERSION_MAJOR > 1
Original file line number Diff line number Diff line change 19
19
* This file was generated by the tool fastddsgen.
20
20
*/
21
21
22
+ #include < fastcdr/config.h>
23
+ #include " Data100kbv1.h"
24
+
25
+ #if FASTCDR_VERSION_MAJOR > 1
26
+
22
27
#ifndef _FAST_DDS_GENERATED_DATA100KB_H_
23
28
#define _FAST_DDS_GENERATED_DATA100KB_H_
24
29
@@ -168,3 +173,4 @@ class Data100kb
168
173
169
174
170
175
176
+ #endif // FASTCDR_VERSION_MAJOR > 1
You can’t perform that action at this time.
0 commit comments