Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Portable_Interceptors / PICurrent / test.idl
blobc2b686f01e89583c632c92ae2b90477e05919d37
1 // -*- IDL -*-
3 //=============================================================================
4 /**
5 * @file test.idl
7 * Simple IDL file to test PortableInterceptor::Current
8 * support.
10 * @author Ossama Othman <ossama@uci.edu>
12 //=============================================================================
14 module PICurrentTest
17 interface test
19 void invoke_me ();
21 void invoke_you ();
23 void invoke_we ();
25 oneway void shutdown ();