summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Hello/HelloGoodbye.idl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Hello/HelloGoodbye.idl')
-rw-r--r--modules/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Hello/HelloGoodbye.idl21
1 files changed, 21 insertions, 0 deletions
diff --git a/modules/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Hello/HelloGoodbye.idl b/modules/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Hello/HelloGoodbye.idl
new file mode 100644
index 00000000000..ca1336f2f29
--- /dev/null
+++ b/modules/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Hello/HelloGoodbye.idl
@@ -0,0 +1,21 @@
+// $Id$
+
+/**
+ * @file HelloGoodbye.idl
+ * @author Marcel Smit <msmit@remedy.nl>
+ */
+
+#ifndef HELLO_IDL_
+#define HELLO_IDL_
+
+module Hello
+{
+ struct HelloGoodbye {
+ string hello; //@key
+ long iteration;
+ };
+ typedef sequence<HelloGoodbye> HelloGoodbyeSeq;
+};
+
+
+#endif /* HELLO_IDL_ */