1 //=============================================================================
5 * Interface of the test CORBA object.
8 * @author Michael Kircher <Michael.Kircher@mchp.siemens.de>
10 //=============================================================================
12 interface TimeoutObj
{
14 void sendTimeToWait
(in long msec
);
16 oneway
void shutdown
();