summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/handcrafted/BasicSP/EC/EC.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/handcrafted/BasicSP/EC/EC.idl')
-rw-r--r--TAO/CIAO/examples/handcrafted/BasicSP/EC/EC.idl27
1 files changed, 27 insertions, 0 deletions
diff --git a/TAO/CIAO/examples/handcrafted/BasicSP/EC/EC.idl b/TAO/CIAO/examples/handcrafted/BasicSP/EC/EC.idl
new file mode 100644
index 00000000000..88e7f6a3270
--- /dev/null
+++ b/TAO/CIAO/examples/handcrafted/BasicSP/EC/EC.idl
@@ -0,0 +1,27 @@
+// $Id$
+//=============================================================================
+/**
+ * @file HUDisplay.idl
+ *
+ * Definition of events, and common interfaces used in the BasicSP module.
+ *
+ * @author Balachandran Natarajan <nanbor@cs.wustl.edu>
+ */
+//=============================================================================
+
+#ifndef CIAO_EC_IDL
+#define CIAO_EC_IDL
+
+#include "../BasicSP.idl"
+
+module BasicSP
+{
+ component EventChannel {
+ publishes TimeOut timeOut20;
+ };
+
+ home EventChannelHome manages EventChannel
+ {
+ };
+};
+#endif /*CIAO_EC_IDL*/