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