summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/examples/Hello/Connector/Hello_Connector.idl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/connectors/dds4ccm/examples/Hello/Connector/Hello_Connector.idl')
-rw-r--r--modules/CIAO/connectors/dds4ccm/examples/Hello/Connector/Hello_Connector.idl28
1 files changed, 28 insertions, 0 deletions
diff --git a/modules/CIAO/connectors/dds4ccm/examples/Hello/Connector/Hello_Connector.idl b/modules/CIAO/connectors/dds4ccm/examples/Hello/Connector/Hello_Connector.idl
new file mode 100644
index 00000000000..b5f51ac69e8
--- /dev/null
+++ b/modules/CIAO/connectors/dds4ccm/examples/Hello/Connector/Hello_Connector.idl
@@ -0,0 +1,28 @@
+// $Id$
+
+/**
+ * @file Hello_Connector.idl
+ * @author Marcel Smit <msmit@remedy.nl>
+ *
+ * by-hand translation of the idl3p.
+ */
+
+#ifndef HELLO_CONNECTOR_IDL_
+#define HELLO_CONNECTOR_IDL_
+
+#include <Components.idl>
+#include "Base/Hello_Base.idl"
+#include "connectors/dds4ccm/idl/ccm_dds.idl"
+
+TYPED_MODULE( ::DDSHello, ::DDSHello_Seq, Hello)
+
+module Hello
+{
+ connector Hello_Connector : ::CCM_DDS::Hello::DDS_Event
+ {
+ };
+};
+
+#endif /* HELLO_CONNECTOR_IDL_ */
+
+