From 32546e22828e793e3881e1055acb72b6a044e331 Mon Sep 17 00:00:00 2001 From: Rat Date: Mon, 7 Jun 2010 19:10:55 +0200 Subject: added ace + vcproj for win --HG-- branch : trunk --- externals/ace/Intrusive_Auto_Ptr.cpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 externals/ace/Intrusive_Auto_Ptr.cpp (limited to 'externals/ace/Intrusive_Auto_Ptr.cpp') diff --git a/externals/ace/Intrusive_Auto_Ptr.cpp b/externals/ace/Intrusive_Auto_Ptr.cpp new file mode 100644 index 00000000000..4f9890353c1 --- /dev/null +++ b/externals/ace/Intrusive_Auto_Ptr.cpp @@ -0,0 +1,22 @@ +// $Id: Intrusive_Auto_Ptr.cpp 81166 2008-03-31 15:00:23Z iliyan $ + +#ifndef ACE_INTRUSIVE_AUTO_PTR_CPP +#define ACE_INTRUSIVE_AUTO_PTR_CPP + +#include "ace/Intrusive_Auto_Ptr.h" + +#if !defined (__ACE_INLINE__) +#include "ace/Intrusive_Auto_Ptr.inl" +#endif /* __ACE_INLINE __ */ + +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + +template +ACE_Intrusive_Auto_Ptr::~ACE_Intrusive_Auto_Ptr (void) +{ + reset (0); +} + +ACE_END_VERSIONED_NAMESPACE_DECL + +#endif /* !ACE_INTRUSIVE_AUTO_PTR_CPP */ -- cgit v1.2.3