summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/Smart_Proxies/Benchmark/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tests/Smart_Proxies/Benchmark/test.idl')
-rw-r--r--trunk/TAO/tests/Smart_Proxies/Benchmark/test.idl20
1 files changed, 20 insertions, 0 deletions
diff --git a/trunk/TAO/tests/Smart_Proxies/Benchmark/test.idl b/trunk/TAO/tests/Smart_Proxies/Benchmark/test.idl
new file mode 100644
index 00000000000..4ff86645b77
--- /dev/null
+++ b/trunk/TAO/tests/Smart_Proxies/Benchmark/test.idl
@@ -0,0 +1,20 @@
+// $Id$
+
+interface Test
+{
+ // = TITLE
+ // A simple test interface
+ //
+ // = DESCRIPTION
+ // This test demostrates the smart proxy feature in TAO
+ // and shows how it can improve performace via caching.
+
+ short box_prices ();
+ // Get the prices for the box seats of the Broadway show.
+
+ long tickets (in short number);
+ // Order tickets.
+
+ oneway void shutdown ();
+};
+