Initial Patch of Auction House bot rev. 135
[auctionmangos.git] / dep / ACE_wrappers / ace / Refcounted_Auto_Ptr.cpp
blobc43bcc7b933247f8b8c1b90cdffda4cc45e8f579
1 // $Id: Refcounted_Auto_Ptr.cpp 81179 2008-03-31 19:00:29Z iliyan $
3 #ifndef ACE_REFCOUNTED_AUTO_PTR_CPP
4 #define ACE_REFCOUNTED_AUTO_PTR_CPP
6 #include "ace/Refcounted_Auto_Ptr.h"
8 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
10 template <class X, class ACE_LOCK>
11 ACE_Refcounted_Auto_Ptr<X, ACE_LOCK>::~ACE_Refcounted_Auto_Ptr (void)
13 AUTO_REFCOUNTED_PTR_REP::detach (rep_);
16 ACE_END_VERSIONED_NAMESPACE_DECL
18 #endif /* !ACE_REFCOUNTED_AUTO_PTR_CPP */