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/Refcountable_T.cpp | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 externals/ace/Refcountable_T.cpp (limited to 'externals/ace/Refcountable_T.cpp') diff --git a/externals/ace/Refcountable_T.cpp b/externals/ace/Refcountable_T.cpp new file mode 100644 index 00000000000..80c28ea501b --- /dev/null +++ b/externals/ace/Refcountable_T.cpp @@ -0,0 +1,25 @@ +// $Id: Refcountable_T.cpp 81407 2008-04-24 05:59:30Z johnnyw $ + +#ifndef ACE_REFCOUNTABLE_T_CPP +#define ACE_REFCOUNTABLE_T_CPP + +#include "ace/Refcountable_T.h" + +ACE_RCSID (ace, + Refcountable_T, + "$Id: Refcountable_T.cpp 81407 2008-04-24 05:59:30Z johnnyw $") + +#if !defined (__ACE_INLINE__) +#include "ace/Refcountable_T.inl" +#endif /* __ACE_INLINE__ */ + +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + +template +ACE_Refcountable_T::~ACE_Refcountable_T (void) +{ +} + +ACE_END_VERSIONED_NAMESPACE_DECL + +#endif /* !ACE_REFCOUNTABLE_T_CPP */ -- cgit v1.2.3