From 4a0f4da080a97ef9c92c48299c70f56b97dcfc4c Mon Sep 17 00:00:00 2001 From: johnc Date: Fri, 11 Aug 2006 13:29:20 +0000 Subject: Fri Aug 11 12:49:55 UTC 2006 Ciju John --- TAO/tests/Optimized_Connection/Test.idl | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 TAO/tests/Optimized_Connection/Test.idl (limited to 'TAO/tests/Optimized_Connection/Test.idl') diff --git a/TAO/tests/Optimized_Connection/Test.idl b/TAO/tests/Optimized_Connection/Test.idl new file mode 100644 index 00000000000..a0718369682 --- /dev/null +++ b/TAO/tests/Optimized_Connection/Test.idl @@ -0,0 +1,20 @@ +// +// $Id: $ +// + +/// Put the interfaces in a module, to avoid global namespace pollution +module Test +{ + /// A very simple interface + interface Hello + { + /// Return a simple string + string get_string (); + + /// A method to shutdown the ORB + /** + * This method is used to simplify the test shutdown process + */ + oneway void shutdown (); + }; +}; -- cgit v1.2.1