Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / ImplRepo / ReconnectServer / idl / test.idl
blob9f2ba1008e8641dfb506623d301c6c2edaa1570a
1 module taoimrtest
3 module reconnectserver
5 interface Dummy
7 string getMessage ();
8 };
10 interface TimeSrv
12 long current_time ();
13 oneway void shutdown ();