summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/MemLeakDetection/Event_MemLeakDetection_Test
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/MemLeakDetection/Event_MemLeakDetection_Test')
-rw-r--r--CIAO/connectors/dds4ccm/tests/MemLeakDetection/Event_MemLeakDetection_Test/Base/Event_MemLeakDetection_Test_Base.idl2
-rw-r--r--CIAO/connectors/dds4ccm/tests/MemLeakDetection/Event_MemLeakDetection_Test/Connector/Event_MemLeakDetection_Test_Connector.idl4
-rw-r--r--CIAO/connectors/dds4ccm/tests/MemLeakDetection/Event_MemLeakDetection_Test/Connector/Event_MemLeakDetection_Test_Connector.mpc14
3 files changed, 13 insertions, 7 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/MemLeakDetection/Event_MemLeakDetection_Test/Base/Event_MemLeakDetection_Test_Base.idl b/CIAO/connectors/dds4ccm/tests/MemLeakDetection/Event_MemLeakDetection_Test/Base/Event_MemLeakDetection_Test_Base.idl
index 6a5c0db8c9b..45e8928d9b7 100644
--- a/CIAO/connectors/dds4ccm/tests/MemLeakDetection/Event_MemLeakDetection_Test/Base/Event_MemLeakDetection_Test_Base.idl
+++ b/CIAO/connectors/dds4ccm/tests/MemLeakDetection/Event_MemLeakDetection_Test/Base/Event_MemLeakDetection_Test_Base.idl
@@ -19,6 +19,8 @@ struct Event_MemLeakDetectionTest {
long iteration;
};
+#if defined DDS4CCM_NEEDS_SEQUENCES_DEFINED
typedef sequence<Event_MemLeakDetectionTest> Event_MemLeakDetectionTestSeq;
+#endif
#endif
diff --git a/CIAO/connectors/dds4ccm/tests/MemLeakDetection/Event_MemLeakDetection_Test/Connector/Event_MemLeakDetection_Test_Connector.idl b/CIAO/connectors/dds4ccm/tests/MemLeakDetection/Event_MemLeakDetection_Test/Connector/Event_MemLeakDetection_Test_Connector.idl
index 384fbc64062..7be512e3f05 100644
--- a/CIAO/connectors/dds4ccm/tests/MemLeakDetection/Event_MemLeakDetection_Test/Connector/Event_MemLeakDetection_Test_Connector.idl
+++ b/CIAO/connectors/dds4ccm/tests/MemLeakDetection/Event_MemLeakDetection_Test/Connector/Event_MemLeakDetection_Test_Connector.idl
@@ -15,6 +15,10 @@
#pragma ciao lem "Connector/Event_MemLeakDetection_Test_ConnectorE.idl"
+#if (CIAO_DDS4CCM_OPENDDS==1)
+# include "Base/Event_MemLeakDetection_Test_BaseTypeSupport.idl"
+#endif
+
module ::CCM_DDS::Typed < ::Event_MemLeakDetectionTest, ::Event_MemLeakDetectionTestSeq> Event_MemLeakDetectionConnector;
#endif /* Event_MemLeakDetection_Test_CONNECTOR_IDL_ */
diff --git a/CIAO/connectors/dds4ccm/tests/MemLeakDetection/Event_MemLeakDetection_Test/Connector/Event_MemLeakDetection_Test_Connector.mpc b/CIAO/connectors/dds4ccm/tests/MemLeakDetection/Event_MemLeakDetection_Test/Connector/Event_MemLeakDetection_Test_Connector.mpc
index 63489f0af2d..ee554d1ac21 100644
--- a/CIAO/connectors/dds4ccm/tests/MemLeakDetection/Event_MemLeakDetection_Test/Connector/Event_MemLeakDetection_Test_Connector.mpc
+++ b/CIAO/connectors/dds4ccm/tests/MemLeakDetection/Event_MemLeakDetection_Test/Connector/Event_MemLeakDetection_Test_Connector.mpc
@@ -2,7 +2,7 @@
// This file is generated with "generate_component_mpc.pl -p DDS_EMLDT_Base -l .. -o ../lib -u DDS Event_MemLeakDetection_Test_Connector"
project(DDS_EMLDT_Connector_idl_gen) : connectoridldefaults, dds4ccm {
- after += DDS4CCM_idl_gen
+ after += DDS4CCM_idl_gen DDS_EMLDT_Base_stub
custom_only = 1
idlflags += -Wb,stub_export_macro=EVENT_MEMLEAKDETECTION_CONNECTOR_STUB_Export \
-Wb,stub_export_include=Event_MemLeakDetection_Test_Connector_stub_export.h \
@@ -33,8 +33,8 @@ project(DDS_EMLDT_Connector_lem_gen) : ciaoidldefaults, dds4ccm {
}
project(DDS_EMLDT_Connector_lem_stub) : ccm_svnt, dds4ccm_lem_stub {
- after += DDS_EMLDT_Connector_lem_gen DDS_EMLDT_Connector_stub DDS_EMLDT_Base_stub
- libs += DDS_EMLDT_Base_stub DDS_EMLDT_Connector_stub
+ after += DDS_EMLDT_Connector_lem_gen DDS_EMLDT_Connector_stub DDS_EMLDT_Base_stub
+ libs += DDS_EMLDT_Base_stub DDS_EMLDT_Connector_stub
libpaths += ../lib
libout = ../lib
includes += ..
@@ -85,9 +85,9 @@ project(DDS_EMLDT_Connector_stub) : ccm_stub, dds4ccm_base {
}
project(DDS_EMLDT_Connector_exec) : ciao_executor, dds4ccm_impl {
- after += DDS_EMLDT_Connector_lem_stub DDS_EMLDT_Connector_stub
+ after += DDS_EMLDT_Connector_lem_stub DDS_EMLDT_Connector_stub
sharedname = DDS_EMLDT_Connector_exec
- libs += DDS_EMLDT_Connector_stub DDS_EMLDT_Connector_lem_stub DDS_EMLDT_Base_stub
+ libs += DDS_EMLDT_Connector_stub DDS_EMLDT_Connector_lem_stub DDS_EMLDT_Base_stub
libpaths += ../lib
libout = ../lib
includes += ..
@@ -111,12 +111,12 @@ project(DDS_EMLDT_Connector_exec) : ciao_executor, dds4ccm_impl {
project(DDS_EMLDT_Connector_svnt) : ciao_servant, dds4ccm_impl {
- after += DDS_EMLDT_Connector_lem_stub DDS_EMLDT_Connector_exec DDS_EMLDT_Connector_stub
+ after += DDS_EMLDT_Connector_lem_stub DDS_EMLDT_Connector_exec DDS_EMLDT_Connector_stub
sharedname = DDS_EMLDT_Connector_svnt
libs += DDS_EMLDT_Connector_stub \
DDS_EMLDT_Connector_lem_stub \
DDS_EMLDT_Base_stub \
- DDS_EMLDT_Connector_exec
+ DDS_EMLDT_Connector_exec
libpaths += ../lib
libout = ../lib
includes += ..