1 //=============================================================================
5 * Header file for class to test DynEnum.
7 * @author Jeff Parsons <parsons@cs.wustl.edu>
9 //=============================================================================
12 #if !defined (TEST_DYNENUM_H)
13 #define TEST_DYNENUM_H
20 Test_DynEnum (CORBA::ORB_var orb
, int debug
);
23 const char* test_name () const;
30 CORBA::ULong error_count_
;
34 #endif /* TEST_DYNENUM_H */