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 };