summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service.idl')
-rw-r--r--CIAO/connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service.idl12
1 files changed, 0 insertions, 12 deletions
diff --git a/CIAO/connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service.idl b/CIAO/connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service.idl
deleted file mode 100644
index 9fde2b41c5d..00000000000
--- a/CIAO/connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service.idl
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef SINGLE_SERVICE_IDL
-#define SINGLE_SERVICE_IDL
-
-#include <Components.idl>
-#include "Common/Single_Service_Common.idl"
-
-component Single_Service
-{
- provides Simple_Service ping_port;
-};
-
-#endif