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
23 /// Stopwatch_display constructor
24 Stopwatch_display (Widget
&parent
);
27 virtual ~Stopwatch_display (void);
30 virtual void manage (void);
32 /// Change the displayed time
33 void set_time (CORBA::Float value
);
39 /// Label Widget that is used to display time..
44 #include /**/ "ace/post.h"
45 #endif /* STOPWATCH_H */