summaryrefslogtreecommitdiff
path: root/TAO/examples/mfc/w32_test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/mfc/w32_test.idl')
-rw-r--r--TAO/examples/mfc/w32_test.idl10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/examples/mfc/w32_test.idl b/TAO/examples/mfc/w32_test.idl
deleted file mode 100644
index 4f6423e2ad5..00000000000
--- a/TAO/examples/mfc/w32_test.idl
+++ /dev/null
@@ -1,10 +0,0 @@
-// $Id$
-
-interface W32_Test_Interface
-{
- // = TITLE
- // Defines an interface that returns a response string.
-
- string getresponse (in long respnr);
-};
-