summaryrefslogtreecommitdiff
path: root/TAO/examples/CSD_Strategy/ThreadPool5/Callback.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/CSD_Strategy/ThreadPool5/Callback.idl')
-rw-r--r--TAO/examples/CSD_Strategy/ThreadPool5/Callback.idl11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/examples/CSD_Strategy/ThreadPool5/Callback.idl b/TAO/examples/CSD_Strategy/ThreadPool5/Callback.idl
new file mode 100644
index 00000000000..49be42260cb
--- /dev/null
+++ b/TAO/examples/CSD_Strategy/ThreadPool5/Callback.idl
@@ -0,0 +1,11 @@
+// $Id$
+#ifndef CALLBACK_IDL
+#define CALLBACK_IDL
+
+interface Callback
+{
+ void test_method();
+};
+
+
+#endif