summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Connector3/Connector3.idl
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-04-12 14:11:44 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-04-12 14:11:44 +0000
commite30c0be78e222e708fc5010c5b678a72fc8ca4be (patch)
treefe2dde0d9d3e5aba67984c94c561b7f70f5a2cde /modules/CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Connector3/Connector3.idl
parent7627760802fdf292403c971e81c2dd113ebf4912 (diff)
downloadATCD-e30c0be78e222e708fc5010c5b678a72fc8ca4be.tar.gz
branching/tagging
Diffstat (limited to 'modules/CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Connector3/Connector3.idl')
-rw-r--r--modules/CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Connector3/Connector3.idl29
1 files changed, 29 insertions, 0 deletions
diff --git a/modules/CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Connector3/Connector3.idl b/modules/CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Connector3/Connector3.idl
new file mode 100644
index 00000000000..29e798d9350
--- /dev/null
+++ b/modules/CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Connector3/Connector3.idl
@@ -0,0 +1,29 @@
+// $Id$
+
+/**
+ * @file Connector3.idl
+ * @author Marcel Smit <msmit@remedy.nl>
+ */
+
+#ifndef SHARED_DP_CONNECTOR3_IDL_
+#define SHARED_DP_CONNECTOR3_IDL_
+
+#include <Components.idl>
+#include "Base/Base.idl"
+#include "connectors/dds4ccm/idl/ccm_dds.idl"
+
+#pragma ciao lem "Connector3/Connector3E.idl"
+
+module CCM_DDS
+{
+ module ::CCM_DDS::Typed < ::SharedDPTest3, ::SharedDPTest3Seq> SharedDPTest3;
+};
+
+module SharedDP_Connector3
+{
+ connector Connector3 : ::CCM_DDS::SharedDPTest3::DDS_Event
+ {
+ };
+};
+
+#endif /* SHARED_DP_CONNECTOR3_IDL_ */