summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/examples/EC_Benchmark/EC_Benchmark.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/examples/EC_Benchmark/EC_Benchmark.idl')
-rw-r--r--TAO/CIAO/DAnCE/examples/EC_Benchmark/EC_Benchmark.idl25
1 files changed, 25 insertions, 0 deletions
diff --git a/TAO/CIAO/DAnCE/examples/EC_Benchmark/EC_Benchmark.idl b/TAO/CIAO/DAnCE/examples/EC_Benchmark/EC_Benchmark.idl
new file mode 100644
index 00000000000..431b6960ee0
--- /dev/null
+++ b/TAO/CIAO/DAnCE/examples/EC_Benchmark/EC_Benchmark.idl
@@ -0,0 +1,25 @@
+// $Id$
+//=============================================================================
+/**
+ * @file EC_Benchmark.idl
+ *
+ * Definition of events used in the EC_Benchmark module.
+ *
+ * @author Gan Deng <gan.deng@vanderbilt.edu>
+ */
+//=============================================================================
+
+#ifndef CIAO_EC_BENCHMARK_IDL
+#define CIAO_EC_BENCHMARK_IDL
+
+#include <Components.idl>
+
+module EC_Benchmark
+{
+ /**
+ * @eventtype Events that represent timeouts
+ */
+ eventtype TimeOut {};
+};
+
+#endif /*CIAO_EC_BENCHMARK_IDL*/