summaryrefslogtreecommitdiff
path: root/TAO/tests/MProfile_Forwarding/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/MProfile_Forwarding/test.idl')
-rwxr-xr-xTAO/tests/MProfile_Forwarding/test.idl10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/tests/MProfile_Forwarding/test.idl b/TAO/tests/MProfile_Forwarding/test.idl
deleted file mode 100755
index 1f1e6389faf..00000000000
--- a/TAO/tests/MProfile_Forwarding/test.idl
+++ /dev/null
@@ -1,10 +0,0 @@
-/*
- * $Id$
- */
-
-interface Simple_Server
-{
- void remote_call ();
-
- oneway void shutdown ();
-};