Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Xt_Stopwatch / test.idl
blob108a1974d9f51108be18d988aa3cd8d2256e67ed
1 interface Stopwatch
3 void start ();
4 // Start the Stop watch
6 void stop ();
7 // Stop the watch
9 void shutdown ();
10 // Shutdown the ORB