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