2 //=============================================================================
6 * @author Balachandran Natarajan <bala@cs.wustl.edu>
8 //=============================================================================
17 #include "tao/XtResource/XtResource_Loader.h"
25 Client (CORBA::ORB_ptr orb
);
31 static void start_callback (Widget w
,
32 XtPointer client_data
,
34 static void stop_callback (Widget w
,
35 XtPointer client_data
,
39 void start_hook (void);
40 void stop_hook (void);
42 /// Adds the callbacks to the GUI underneath.....
43 void add_callback (Control
&);
45 void parse_args (int argc
, ACE_TCHAR
*argv
[]);
52 Stopwatch_var server_
;