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