summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Hello/HelloGoodbye.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Hello/HelloGoodbye.idl')
-rw-r--r--CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Hello/HelloGoodbye.idl21
1 files changed, 0 insertions, 21 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Hello/HelloGoodbye.idl b/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Hello/HelloGoodbye.idl
deleted file mode 100644
index f27e983e812..00000000000
--- a/CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Hello/HelloGoodbye.idl
+++ /dev/null
@@ -1,21 +0,0 @@
-// $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> HelloGoodbye_Seq;
-};
-
-
-#endif /* HELLO_IDL_ */