2 //=============================================================================
4 * @file Stopwatch_display.h
6 * @author Balachandran Natarajan <bala@cs.wustl.edu>
8 //=============================================================================
12 #include /**/ "ace/pre.h"
13 #include "tao/ORB_Constants.h"
19 class Stopwatch_display
22 /// Stopwatch_display constructor
23 Stopwatch_display (Widget
&parent
);
26 virtual ~Stopwatch_display ();
29 virtual void manage ();
31 /// Change the displayed time
32 void set_time (CORBA::Float value
);
38 /// Label Widget that is used to display time..
43 #include /**/ "ace/post.h"
44 #endif /* STOPWATCH_H */