2 // Define struct used in test_position_independent_malloc.cpp
4 #ifndef __TEST_POSITION_INDEPENDENT_MALLOC_H
5 #define __TEST_POSITION_INDEPENDENT_MALLOC_H
7 #include "ace/Based_Pointer_T.h"
12 ACE_Based_Pointer_Basic
<long> bpl_
;
16 // Some more test data.
22 ACE_Based_Pointer
<Test_Data
> next_
;
23 ACE_Based_Pointer
<Long_Test
> long_test_
;
26 #endif /* __TEST_POSITION_INDEPENDENT_MALLOC */