summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/CSLQoS/Base/CSL_QoSTest_Base.idl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/connectors/dds4ccm/tests/CSLQoS/Base/CSL_QoSTest_Base.idl')
-rw-r--r--modules/CIAO/connectors/dds4ccm/tests/CSLQoS/Base/CSL_QoSTest_Base.idl18
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/CIAO/connectors/dds4ccm/tests/CSLQoS/Base/CSL_QoSTest_Base.idl b/modules/CIAO/connectors/dds4ccm/tests/CSLQoS/Base/CSL_QoSTest_Base.idl
new file mode 100644
index 00000000000..2eaeedd842a
--- /dev/null
+++ b/modules/CIAO/connectors/dds4ccm/tests/CSLQoS/Base/CSL_QoSTest_Base.idl
@@ -0,0 +1,18 @@
+// $Id$
+
+/**
+ * @file CSL_QoSTest_Base.idl
+ * @author Marijke Hengstmengel <mhengstmengel@remedy.nl>
+ */
+
+#ifndef CSL_QOSTEST_BASE_IDL
+#define CSL_QOSTEST_BASE_IDL
+
+
+ struct TestTopic {
+ string key; //@key
+ long x;
+ };
+typedef sequence<TestTopic> TestTopic_Seq;
+
+#endif