2 //=============================================================================
6 * Interface of the test CORBA object.
9 * @author Michael Kircher <Michael.Kircher@mchp.siemens.de>
11 //=============================================================================
15 interface TimeoutObj
{
17 void sendTimeToWait
(in long msec
);
19 oneway
void shutdown
();