2 //=============================================================================
6 * Header file for the driver program. The driver is a singleton.
8 * @author Aniruddha Gokhale
10 //=============================================================================
17 #include "param_testC.h"
24 * Driver program for the client
29 // = Constructor and destructor.
33 /// Initialize the driver object
34 int init (int argc
, ACE_TCHAR
**argv
);
36 /// Execute client example code.
40 /// underlying ORB (we do not own it)
43 /// object reference (we do not own it)
44 Param_Test_var objref_
;