Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / orbsvcs / tests / FT_Naming / Load_Balancing / Test.idl
blob687fa64cca8205d93880f86687f5640ba8ec6f08
1 #include "orbsvcs/FT_NamingManager.idl"
3 /// Put the interfaces in a module, to avoid global namespace pollution
4 module Test
6 typedef FT_Naming::LoadBalancingStrategyValue LoadBalancingStrategyValue;
8 /// A very simple interface
9 interface Basic
11 /// Return a simple string
12 string get_string ();
14 /// A method to shutdown the ORB
15 /**
16 * This method is used to simplify the test shutdown process
18 oneway void shutdown ();
20 /// A method to remove the servant from the NamingManager Object Group.
21 oneway void remove_member ();