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

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

   void stop ();
   // Stop the watch

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