1 //=============================================================================
5 * This class gets its own header file to work around AIX C++
6 * compiler "features" related to template instantiation... It is
7 * only used by Malloc_Test.cpp.
9 * @author Douglas C. Schmidt <d.schmidt@vanderbilt.edu>
11 //=============================================================================
14 #ifndef ACE_TESTS_MALLOC_TEST_H
15 #define ACE_TESTS_MALLOC_TEST_H
17 #include "ace/Based_Pointer_T.h"
22 ACE_Based_Pointer_Basic
<long> bpl_
;
26 // Some more test data.
33 ACE_Based_Pointer
<Test_Data
> next_
;
34 ACE_Based_Pointer
<Long_Test
> long_test_
;
37 #endif /* ACE_TESTS_MALLOC_TEST_H */