summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/handcrafted/BasicSP_EC2/RTEventService/RTEventService.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/handcrafted/BasicSP_EC2/RTEventService/RTEventService.idl')
-rw-r--r--TAO/CIAO/examples/handcrafted/BasicSP_EC2/RTEventService/RTEventService.idl32
1 files changed, 0 insertions, 32 deletions
diff --git a/TAO/CIAO/examples/handcrafted/BasicSP_EC2/RTEventService/RTEventService.idl b/TAO/CIAO/examples/handcrafted/BasicSP_EC2/RTEventService/RTEventService.idl
deleted file mode 100644
index c70b608ca4d..00000000000
--- a/TAO/CIAO/examples/handcrafted/BasicSP_EC2/RTEventService/RTEventService.idl
+++ /dev/null
@@ -1,32 +0,0 @@
-// $Id$
-//=============================================================================
-/**
- * @file RTEventService.idl
- *
- * Definition of component and home that will provide event channels.
- *
- * @author George Edwards <g.edwards@vanderbilt.edu>
- */
-//=============================================================================
-
-#include "../BasicSP.idl"
-
-#ifndef CIAO_RTEVENTSERVICE_IDL
-#define CIAO_RTEVENTSERVICE_IDL
-
-
-module BasicSP
-{
-
- component RTEventService
- {
- provides RtecEventChannelAdmin::EventChannel rt_event_channel;
- };
-
- home RTEventServiceHome manages RTEventService
- {
- };
-
-};
-
-#endif /* CIAO_RTEVENTSERVICE_IDL*/