Removed ACE_HAS_BSTRING, not used
[ACE_TAO.git] / ACE / ace / Intrusive_Auto_Ptr.cpp
blob69ecffe2852e687a31324a9a80fb442f0e6b3d90
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)
14 template <class X>
15 ACE_Intrusive_Auto_Ptr<X>::~ACE_Intrusive_Auto_Ptr (void)
17 reset (0);
20 ACE_END_VERSIONED_NAMESPACE_DECL
22 #endif /* !ACE_INTRUSIVE_AUTO_PTR_CPP */