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