From 64eaebceb32fd85d4a49edcd7fd87aa717e0b842 Mon Sep 17 00:00:00 2001 From: elliott_c Date: Thu, 22 Dec 2005 14:54:51 +0000 Subject: ChangeLogTag: Thu Dec 22 08:54:09 2005 Chad Elliott --- .../Processing_Mode_Policy/Collocated/test.idl | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test.idl (limited to 'TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test.idl') diff --git a/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test.idl b/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test.idl new file mode 100644 index 00000000000..07ed4dee088 --- /dev/null +++ b/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test.idl @@ -0,0 +1,42 @@ +// $Id$ + +// ============================================================================ +// +// = LIBRARY +// TAO/tests/Portable_Interceptors +// +// = FILENAME +// test.idl +// +// = DESCRIPTION +// Simple IDL file to test portable interceptor support. +// +// = AUTHORS +// Nanbor Wang +// +// ============================================================================ + +module Test_Interceptors +{ + exception Silly + {}; + + interface Visual + { + void normal (in long arg); + // Normal operation. + + long calculate (in long one, in long two); + // Normal operation with a return val. + + void user () + raises (Silly); + // throws a user exception. + + void system (); + // thows a system exception. + + oneway void shutdown (); + // shutdown the ORB + }; +}; -- cgit v1.2.1