Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / Bug_2615_Regression / Test.idl
blob1611703e9b306ad63ceb16f9c4078d1393f55472
2 /// Put the interfaces in a module, to avoid global namespace pollution
3 module Test
5 interface Hello
7 /// A method to shutdown the ORB
8 /**
9 * This method is used to simplify the test shutdown process
11 oneway void shutdown ();
13 /// Lets make sure things are working
14 void ping ();
16 /// Calling this method returns true if a FT request
17 /// service context was received in the server
18 boolean has_ft_request_service_context ();