summaryrefslogtreecommitdiff
path: root/TAO/tests/Smart_Proxies/Policy/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Smart_Proxies/Policy/test.idl')
-rw-r--r--TAO/tests/Smart_Proxies/Policy/test.idl23
1 files changed, 0 insertions, 23 deletions
diff --git a/TAO/tests/Smart_Proxies/Policy/test.idl b/TAO/tests/Smart_Proxies/Policy/test.idl
deleted file mode 100644
index f870179f56d..00000000000
--- a/TAO/tests/Smart_Proxies/Policy/test.idl
+++ /dev/null
@@ -1,23 +0,0 @@
-// $Id$
-
-interface Test
-{
- // = TITLE
- // A simple test interface
- //
- // = DESCRIPTION
- // This test demostrates the smart proxy feature in TAO
- // Note that though the interface has two methods just one
- // of them can be "smartified" if necessary, the other one
- // simply performs the same way as would the default proxy.
-
- exception Oops
- {
- string reason;
- };
-
- short method (in short boo) raises (Oops);
-
- oneway void shutdown ();
-};
-