summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/handcrafted/BasicSP_EC2/RTEventService/RTEventService.cidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/handcrafted/BasicSP_EC2/RTEventService/RTEventService.cidl')
-rw-r--r--TAO/CIAO/examples/handcrafted/BasicSP_EC2/RTEventService/RTEventService.cidl18
1 files changed, 0 insertions, 18 deletions
diff --git a/TAO/CIAO/examples/handcrafted/BasicSP_EC2/RTEventService/RTEventService.cidl b/TAO/CIAO/examples/handcrafted/BasicSP_EC2/RTEventService/RTEventService.cidl
deleted file mode 100644
index 2cb920bbb65..00000000000
--- a/TAO/CIAO/examples/handcrafted/BasicSP_EC2/RTEventService/RTEventService.cidl
+++ /dev/null
@@ -1,18 +0,0 @@
-//$Id$
-
-#ifndef RTEVENTSERVICE_CIDL
-#define RTEVENTSERVICE_CIDL
-
-#include "RTEventService.idl"
-
-composition session RTEventService_Impl
-{
- home executor RTEventServiceHome_Exec
- {
- implements BasicSP::RTEventServiceHome;
- manages RTEventService_Exec;
- };
-};
-
-#endif /* RTEVENTSERVICE_CIDL */
-