summaryrefslogtreecommitdiff
path: root/TAO/tests/Smart_Proxies/dtor/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Smart_Proxies/dtor/test.idl')
-rw-r--r--TAO/tests/Smart_Proxies/dtor/test.idl12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/tests/Smart_Proxies/dtor/test.idl b/TAO/tests/Smart_Proxies/dtor/test.idl
new file mode 100644
index 00000000000..5ab792d6458
--- /dev/null
+++ b/TAO/tests/Smart_Proxies/dtor/test.idl
@@ -0,0 +1,12 @@
+//$Id$
+
+// This test is to ensure if the destruction process
+// and the _non_existent() function in the smart proxy
+// is working properly.
+
+
+interface Test
+{
+ void hello (in long howmany);
+ oneway void shutdown ();
+};