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