Merge pull request #2303 from jwillemsen/jwi-803
[ACE_TAO.git] / TAO / performance-tests / Memory / Single_Threaded / Test.idl
blob09f33ea0537db56f76714e49c3932f52ebc8929d
2 /// Put the interfaces in a module, to avoid global namespace pollution
3 module Test
5 /// A very simple interface
6 interface Memory_Growth
8 /// A simple ping call.
9 void ping ();
11 /// A method to shutdown the ORB
12 /**
13 * This method is used to simplify the test shutdown process
15 oneway void shutdown ();