1 //=============================================================================
5 * It is only used by Malloc_Test.cpp.
7 * @author Douglas C. Schmidt <d.schmidt@vanderbilt.edu>
9 //=============================================================================
12 #ifndef ACE_TESTS_MALLOC_TEST_H
13 #define ACE_TESTS_MALLOC_TEST_H
15 #include "ace/Based_Pointer_T.h"
20 ACE_Based_Pointer_Basic
<long> bpl_
;
24 // Some more test data.
31 ACE_Based_Pointer
<Test_Data
> next_
;
32 ACE_Based_Pointer
<Long_Test
> long_test_
;
35 #endif /* ACE_TESTS_MALLOC_TEST_H */