summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/LateBinding/ReadGet/Base/RG_LateBinding_Base.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/LateBinding/ReadGet/Base/RG_LateBinding_Base.idl')
-rw-r--r--CIAO/connectors/dds4ccm/tests/LateBinding/ReadGet/Base/RG_LateBinding_Base.idl24
1 files changed, 0 insertions, 24 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/LateBinding/ReadGet/Base/RG_LateBinding_Base.idl b/CIAO/connectors/dds4ccm/tests/LateBinding/ReadGet/Base/RG_LateBinding_Base.idl
deleted file mode 100644
index b5c6b38d89a..00000000000
--- a/CIAO/connectors/dds4ccm/tests/LateBinding/ReadGet/Base/RG_LateBinding_Base.idl
+++ /dev/null
@@ -1,24 +0,0 @@
-/**
- * @file RG_LateBinding_Base.idl
- * @author Marcel Smit (msmit@remedy.nl)
- */
-
-#ifndef RG_LATEBINDING_BASE_IDL
-#define RG_LATEBINDING_BASE_IDL
-
-#pragma ndds typesupport "Base/RG_LateBinding_BaseSupport.h"
-#pragma opendds typesupport "Base/RG_LateBinding_BaseTypeSupportImpl.h"
-
-#pragma DCPS_DATA_TYPE "RG_LateBindingTest"
-#pragma DCPS_DATA_KEY "RG_LateBindingTest key"
-
-struct RG_LateBindingTest {
- string key; //@key
- long iteration;
-};
-
-#if defined DDS4CCM_NEEDS_SEQUENCES_DEFINED
-typedef sequence<RG_LateBindingTest> RG_LateBindingTestSeq;
-#endif
-
-#endif