summaryrefslogtreecommitdiff
path: root/TAO/tests/Xt_Stopwatch/test.idl
blob: a3fffd63f86b499582cae01418a1aec1f3a2b236 (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
};