Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / Security / Bug_2908_Regression / Messenger.idl
blobe6201b088d5bd8d98c7795a357dc84554e98d587
1 interface Messenger
3 boolean send_message (in string user_name,
4 in string subject,
5 inout string message);
7 boolean call_message(in string user_name);
9 /// A method to shutdown the ORB
10 /**
11 * This method is used to simplify the test shutdown process
13 oneway void shutdown ();