summaryrefslogtreecommitdiff
path: root/TAO/tests/Xt_Stopwatch/test.idl
blob: 108a1974d9f51108be18d988aa3cd8d2256e67ed (plain)
1
2
3
4
5
6
7
8
9
10
11
interface Stopwatch
{
   void start ();
   // Start the Stop watch

   void stop ();
   // Stop the watch

  void shutdown ();
  // Shutdown the ORB
};