summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/Updater/Base
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/Updater/Base')
-rw-r--r--CIAO/connectors/dds4ccm/tests/Updater/Base/Updater_Base.idl24
-rw-r--r--CIAO/connectors/dds4ccm/tests/Updater/Base/Updater_Base.mpc24
2 files changed, 0 insertions, 48 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/Updater/Base/Updater_Base.idl b/CIAO/connectors/dds4ccm/tests/Updater/Base/Updater_Base.idl
deleted file mode 100644
index e22773564d7..00000000000
--- a/CIAO/connectors/dds4ccm/tests/Updater/Base/Updater_Base.idl
+++ /dev/null
@@ -1,24 +0,0 @@
-/**
- * @file Updater_Base.idl
- * @author Marcel Smit (msmit@remedy.nl)
- */
-
-#ifndef UPDATER_BASE_IDL
-#define UPDATER_BASE_IDL
-
-#pragma ndds typesupport "Base/Updater_BaseSupport.h"
-#pragma opendds typesupport "Base/Updater_BaseTypeSupportImpl.h"
-
-#pragma DCPS_DATA_TYPE "TestTopic"
-#pragma DCPS_DATA_KEY "TestTopic key"
-
-struct TestTopic {
- string key; //@key
- long x;
-};
-
-#if defined DDS4CCM_NEEDS_SEQUENCES_DEFINED
-typedef sequence<TestTopic> TestTopicSeq;
-#endif
-
-#endif
diff --git a/CIAO/connectors/dds4ccm/tests/Updater/Base/Updater_Base.mpc b/CIAO/connectors/dds4ccm/tests/Updater/Base/Updater_Base.mpc
deleted file mode 100644
index bc2dbfa7185..00000000000
--- a/CIAO/connectors/dds4ccm/tests/Updater/Base/Updater_Base.mpc
+++ /dev/null
@@ -1,24 +0,0 @@
-project (DDS_Updater_Base_stub) : taoidldefaults, dds4ccm_ts_default {
- sharedname = DDS_Updater_Base_stub
- dynamicflags += UPDATER_BASE_STUB_BUILD_DLL
- libout = ../lib
-
- idlflags += -SS -Sci \
- -Wb,stub_export_macro=UPDATER_BASE_STUB_Export \
- -Wb,stub_export_include=Updater_Base_stub_export.h
-
- IDL_Files {
- idlflags += -Gxhst
- Updater_Base.idl
- }
-
- opendds_ts_flags += --export=UPDATER_BASE_STUB_Export
-
- DDSGenerator_Files {
- Updater_Base.idl
- }
-
- Source_Files {
- }
-}
-