2 //=============================================================================
6 * Header file for the driver program.
8 * @author Jeff Parsons <parsons@cs.wustl.edu>
10 //=============================================================================
13 #if !defined (DRIVER_H)
21 // = Constructor and destructor.
36 /// Initialize the driver object.
37 int init (int argc
, ACE_TCHAR
*argv
[]);
39 /// Parse command line arguments.
40 int parse_args (int argc
, ACE_TCHAR
*argv
[]);
42 /// Execute test code.
44 * @return The number of errors detected
49 /// underlying ORB (we do not own it)