2 //=============================================================================
4 * @file Refcounted_Auto_Ptr_Test.h
6 * Define class needed for generating templates. IBM C++ requires this to
7 * be in its own file for auto template instantiation.
9 * @author Steve Huston <shuston@riverace.com>
11 //=============================================================================
14 #ifndef ACE_TESTS_REFCOUNTED_AUTO_PTR_TEST_H
15 #define ACE_TESTS_REFCOUNTED_AUTO_PTR_TEST_H
17 #include "ace/Atomic_Op.h"
18 #include "ace/Synch.h"
22 Printer (const char *message
);
29 static ACE_Atomic_Op
<ACE_SYNCH_MUTEX
, unsigned int> current_instance_
;
30 static ACE_Atomic_Op
<ACE_SYNCH_MUTEX
, long> instance_count_
;
33 #endif /* ACE_TESTS_REFCOUNTED_AUTO_PTR_TEST_H */