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/Recyclable.cpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 externals/ace/Recyclable.cpp (limited to 'externals/ace/Recyclable.cpp') diff --git a/externals/ace/Recyclable.cpp b/externals/ace/Recyclable.cpp new file mode 100644 index 00000000000..d68ffd4d7b5 --- /dev/null +++ b/externals/ace/Recyclable.cpp @@ -0,0 +1,22 @@ +//$Id: Recyclable.cpp 80826 2008-03-04 14:51:23Z wotte $ +#include "ace/Recyclable.h" + + +#if !defined (__ACE_INLINE__) +#include "ace/Recyclable.inl" +#endif /* __ACE_INLINE __ */ + +ACE_RCSID(ace, Recyclable, "$Id: Recyclable.cpp 80826 2008-03-04 14:51:23Z wotte $") + +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + +ACE_Recyclable::ACE_Recyclable (ACE_Recyclable_State initial_state) + : recycle_state_ (initial_state) +{ +} + +ACE_Recyclable::~ACE_Recyclable (void) +{ +} + +ACE_END_VERSIONED_NAMESPACE_DECL -- cgit v1.2.3