summaryrefslogtreecommitdiff
path: root/CIAO/tests/DDS/interface/DDSEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/DDS/interface/DDSEvent.idl')
-rwxr-xr-xCIAO/tests/DDS/interface/DDSEvent.idl17
1 files changed, 17 insertions, 0 deletions
diff --git a/CIAO/tests/DDS/interface/DDSEvent.idl b/CIAO/tests/DDS/interface/DDSEvent.idl
new file mode 100755
index 00000000000..d8a91f24558
--- /dev/null
+++ b/CIAO/tests/DDS/interface/DDSEvent.idl
@@ -0,0 +1,17 @@
+
+#ifndef DDSEVENT_IDL
+#define DDSEVENT_IDL
+
+#include <Components.idl>
+
+module DDSTest
+{
+ eventtype DDSTopic_event
+ {
+ public long sequence_number;
+ public string id;
+ };
+};
+
+#endif // DDSEVENT_IDL
+