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.idl26
1 files changed, 26 insertions, 0 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/HomeDerived/Connector2/Hello_Connector2.idl b/CIAO/connectors/dds4ccm/tests/HomeDerived/Connector2/Hello_Connector2.idl
new file mode 100644
index 00000000000..d51f3912c25
--- /dev/null
+++ b/CIAO/connectors/dds4ccm/tests/HomeDerived/Connector2/Hello_Connector2.idl
@@ -0,0 +1,26 @@
+// $Id$
+
+/**
+ * @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_ */
+
+