summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/OneFile
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/OneFile')
-rw-r--r--CIAO/connectors/dds4ccm/tests/OneFile/Multiple/OFM_Base.idl2
-rw-r--r--CIAO/connectors/dds4ccm/tests/OneFile/Single/OneFile_Base.idl2
2 files changed, 4 insertions, 0 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/OneFile/Multiple/OFM_Base.idl b/CIAO/connectors/dds4ccm/tests/OneFile/Multiple/OFM_Base.idl
index e7f9e4f3810..fb3b06af770 100644
--- a/CIAO/connectors/dds4ccm/tests/OneFile/Multiple/OFM_Base.idl
+++ b/CIAO/connectors/dds4ccm/tests/OneFile/Multiple/OFM_Base.idl
@@ -3,6 +3,8 @@
#ifndef OFM_BASE_IDL
#define OFM_BASE_IDL
+#pragma ndds typesupport "OFM_BaseSupport.h"
+
struct Topic1 {
string key_value_topic1; //@key
long long_value;
diff --git a/CIAO/connectors/dds4ccm/tests/OneFile/Single/OneFile_Base.idl b/CIAO/connectors/dds4ccm/tests/OneFile/Single/OneFile_Base.idl
index 2255972c08d..b8e58573eb4 100644
--- a/CIAO/connectors/dds4ccm/tests/OneFile/Single/OneFile_Base.idl
+++ b/CIAO/connectors/dds4ccm/tests/OneFile/Single/OneFile_Base.idl
@@ -8,6 +8,8 @@
#ifndef ONEFILE_BASE_IDL_
#define ONEFILE_BASE_IDL_
+#pragma ndds typesupport "OneFile_BaseSupport.h"
+
struct OneFileTopic {
string hello; //@key
long iteration;