summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Structured_Filter/go.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Structured_Filter/go.idl')
-rw-r--r--TAO/orbsvcs/tests/Notify/Structured_Filter/go.idl10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Structured_Filter/go.idl b/TAO/orbsvcs/tests/Notify/Structured_Filter/go.idl
deleted file mode 100644
index e24bfd036c7..00000000000
--- a/TAO/orbsvcs/tests/Notify/Structured_Filter/go.idl
+++ /dev/null
@@ -1,10 +0,0 @@
-// $Id$
-
-interface sig
-{
- // Tell the server to start
- oneway void go ();
-
- // Tell the server the consumer is done
- oneway void done ();
-};