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