From 91d580fc033d816653fbc9b1e939798c6dc629df Mon Sep 17 00:00:00 2001 From: coryan Date: Sat, 20 Mar 1999 20:30:57 +0000 Subject: ChangeLogTag:Sat Mar 20 14:28:59 1999 Carlos O'Ryan --- TAO/tests/MT_Client/test.idl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 TAO/tests/MT_Client/test.idl (limited to 'TAO/tests/MT_Client/test.idl') diff --git a/TAO/tests/MT_Client/test.idl b/TAO/tests/MT_Client/test.idl new file mode 100644 index 00000000000..62239ef9a88 --- /dev/null +++ b/TAO/tests/MT_Client/test.idl @@ -0,0 +1,9 @@ +/* + * $Id$ + */ + +interface Simple_Server { + void test_method (); + + void shutdown (); +}; -- cgit v1.2.1