1 #ifndef ACE_INTRUSIVE_AUTO_PTR_CPP
2 #define ACE_INTRUSIVE_AUTO_PTR_CPP
4 #include "ace/Intrusive_Auto_Ptr.h"
6 #if !defined (__ACE_INLINE__)
7 #include "ace/Intrusive_Auto_Ptr.inl"
8 #endif /* __ACE_INLINE __ */
10 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
12 ACE_ALLOC_HOOK_DEFINE_Tc(ACE_Intrusive_Auto_Ptr
)
15 ACE_Intrusive_Auto_Ptr
<X
>::~ACE_Intrusive_Auto_Ptr (void)
20 ACE_END_VERSIONED_NAMESPACE_DECL
22 #endif /* !ACE_INTRUSIVE_AUTO_PTR_CPP */