summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/DDS_Sub.idl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/DDS_Sub.idl')
-rw-r--r--modules/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/DDS_Sub.idl15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/DDS_Sub.idl b/modules/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/DDS_Sub.idl
new file mode 100644
index 00000000000..343069b78b8
--- /dev/null
+++ b/modules/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/DDS_Sub.idl
@@ -0,0 +1,15 @@
+//$Id$
+
+#ifndef DDS_SUB_IDL
+#define DDS_SUB_IDL
+
+#include "Common/Common.idl"
+#include "Connector/Large_Connector.idl"
+
+component DDS_Sub
+{
+ port Large_Connector::DDS_Listen info_in;
+ port Large_Connector::DDS_Get ingo_get;
+ uses Simple_Service ping_port;
+};
+#endif