Changes to attempt to silence bcc64x
[ACE_TAO.git] / ACE / ace / Intrusive_Auto_Ptr.cpp
blobc437ce99e42db390a91a56c288e9f766ef10bbaa
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 ()
17 reset (0);
20 ACE_END_VERSIONED_NAMESPACE_DECL
22 #endif /* !ACE_INTRUSIVE_AUTO_PTR_CPP */