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