Continued changes from peer review
[ACE_TAO.git] / TAO / tests / Param_Test / tests.h
blob8183e0f431953dcc4c6e37d3e29fbc193a63e9f7
2 //=============================================================================
3 /**
4 * @file tests.h
6 * All the test objects header files included here
8 * @author Aniruddha Gokhale
9 */
10 //=============================================================================
13 #ifndef TESTS_H
14 #define TESTS_H
16 #include "any.h"
17 #include "bd_long_seq.h"
18 #include "bd_short_seq.h"
19 #include "bd_str_seq.h"
20 #include "bd_wstr_seq.h"
21 #include "bd_string.h"
22 #include "bd_wstring.h"
23 #include "bd_struct_seq.h"
24 #include "bd_array_seq.h"
25 #include "fixed_array.h"
26 #include "fixed_struct.h"
27 #include "nested_struct.h"
28 #include "recursive_struct.h"
29 #include "objref_struct.h"
30 #include "objref.h"
31 #include "short.h"
32 #include "ulonglong.h"
33 #include "typecode.h"
34 #include "ub_any_seq.h"
35 #include "ub_long_seq.h"
36 #include "ub_objref_seq.h"
37 #include "ub_short_seq.h"
38 #include "ub_str_seq.h"
39 #include "ub_wstr_seq.h"
40 #include "ub_string.h"
41 #include "ub_wstring.h"
42 #include "ub_struct_seq.h"
43 #include "ub_array_seq.h"
44 #include "var_array.h"
45 #include "var_struct.h"
46 #include "except.h"
47 #include "big_union.h"
48 #include "small_union.h"
49 #include "recursive_union.h"
50 #include "complex_any.h"
51 #include "multdim_array.h"
52 #endif /* if !defined */