Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / FT_Naming / stress_storable / Test.idl
blobec355aeca22d6745cf1d4424769bf7ddbe2ec144
1 //
3 #include "orbsvcs/FT_NamingManager.idl"
5 /// Put the interfaces in a module, to avoid global namespace pollution
6 module Test
8 typedef FT_Naming::LoadBalancingStrategyValue LoadBalancingStrategyValue;
10 /// A very simple interface
11 interface Basic
13 /// Return a simple string
14 string get_string ();
16 /// A method to shutdown the ORB
17 /**
18 * This method is used to simplify the test shutdown process
20 oneway void shutdown ();
22 /// A method to remove the servant from the NamingManager Object Group.
23 oneway void remove_member ();