summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/HomeDerived/Connector2/Hello_Connector2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/HomeDerived/Connector2/Hello_Connector2.idl')
-rw-r--r--CIAO/connectors/dds4ccm/tests/HomeDerived/Connector2/Hello_Connector2.idl24
1 files changed, 0 insertions, 24 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/HomeDerived/Connector2/Hello_Connector2.idl b/CIAO/connectors/dds4ccm/tests/HomeDerived/Connector2/Hello_Connector2.idl
deleted file mode 100644
index db9a415bf82..00000000000
--- a/CIAO/connectors/dds4ccm/tests/HomeDerived/Connector2/Hello_Connector2.idl
+++ /dev/null
@@ -1,24 +0,0 @@
-/**
- * @file Hello_Connector2.idl
- * @author Marijke Hengstmengel (mhengstmengel@remedy.nl)
- */
-
-#ifndef HELLO_CONNECTOR2_IDL_
-#define HELLO_CONNECTOR2_IDL_
-
-#include <Components.idl>
-#include <ccm_dds.idl>
-
-#include "Base/Hello_Base.idl"
-
-#pragma ciao lem "Connector2/Hello_Connector2E.idl"
-
-#if (CIAO_DDS4CCM_OPENDDS==1)
-# include "Base/Hello_BaseTypeSupport.idl"
-#endif
-
-module ::CCM_DDS::Typed < ::DDSHello, ::DDSHelloSeq> Bar_conn;
-
-#endif /* HELLO_CONNECTOR_IDL_ */
-
-