summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ciaosvcs/Events/CIAO_Direct/CIAO_DirectEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/ciaosvcs/Events/CIAO_Direct/CIAO_DirectEvent.idl')
-rw-r--r--TAO/CIAO/ciaosvcs/Events/CIAO_Direct/CIAO_DirectEvent.idl29
1 files changed, 0 insertions, 29 deletions
diff --git a/TAO/CIAO/ciaosvcs/Events/CIAO_Direct/CIAO_DirectEvent.idl b/TAO/CIAO/ciaosvcs/Events/CIAO_Direct/CIAO_DirectEvent.idl
deleted file mode 100644
index 3baed93687d..00000000000
--- a/TAO/CIAO/ciaosvcs/Events/CIAO_Direct/CIAO_DirectEvent.idl
+++ /dev/null
@@ -1,29 +0,0 @@
-// $Id$
-
-/**
- * @file CIAO_DirectEvent.idl
- *
- * @author George Edwards
- * @author Gan Deng <dengg@dre.vanderbilt.edu>
- *
- * @brief Interfaces for configuring CIAO's direct event service.
- */
-
-#include "../CIAO_Events.idl"
-
-module CIAO
-{
-
- interface Direct_Consumer_Config :
- Consumer_Config
- {
-
- };
-
- interface Direct_Supplier_Config :
- Supplier_Config
- {
-
- };
-
-};