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