summaryrefslogtreecommitdiff
path: root/TAO/tests/Xt_Stopwatch/test.idl
blob: 7203e30f2ad571decee5c84f2fb610a43e67b126 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// $Id$
//

interface Stopwatch 
{
   void start ();
   // Start the Stop watch

   void stop ();
   // Stop the watch

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