summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/handcrafted/BasicSP_EC2/RTEventService/RTEventServiceEI.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/handcrafted/BasicSP_EC2/RTEventService/RTEventServiceEI.idl')
-rw-r--r--TAO/CIAO/examples/handcrafted/BasicSP_EC2/RTEventService/RTEventServiceEI.idl30
1 files changed, 0 insertions, 30 deletions
diff --git a/TAO/CIAO/examples/handcrafted/BasicSP_EC2/RTEventService/RTEventServiceEI.idl b/TAO/CIAO/examples/handcrafted/BasicSP_EC2/RTEventService/RTEventServiceEI.idl
deleted file mode 100644
index 9b16e368baf..00000000000
--- a/TAO/CIAO/examples/handcrafted/BasicSP_EC2/RTEventService/RTEventServiceEI.idl
+++ /dev/null
@@ -1,30 +0,0 @@
-// $Id$
-//===========================================================
-/**
- * @file RTEventServiceEI.idl
- *
- * Definition of the RTEventService component implementation.
- *
- * @author George Edwards <g.edwards@vanderbilt.edu>
- */
-//===========================================================
-#ifndef CIAO_RTEVENTSERVICEEI_IDL
-#define CIAO_RTEVENTSERVICEEI_IDL
-
-#include "RTEventServiceE.idl"
-
-module BasicSP
-{
- /**
- * @interface RTEventService_Exec
- */
- local interface RTEventService_Exec :
- CCM_RTEventService,
- RtecEventChannelAdmin::CCM_EventChannel,
- Components::SessionComponent
- {
- };
-
-};
-
-#endif /* CIAO_RTEVENTSERVICEEI_IDL */