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/Managed_Object.cpp | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 externals/ace/Managed_Object.cpp (limited to 'externals/ace/Managed_Object.cpp') diff --git a/externals/ace/Managed_Object.cpp b/externals/ace/Managed_Object.cpp new file mode 100644 index 00000000000..1e7e9eeb215 --- /dev/null +++ b/externals/ace/Managed_Object.cpp @@ -0,0 +1,25 @@ +// $Id: Managed_Object.cpp 80826 2008-03-04 14:51:23Z wotte $ + +#ifndef ACE_MANAGED_OBJECT_CPP +#define ACE_MANAGED_OBJECT_CPP + +#include "ace/Managed_Object.h" + +#if !defined (ACE_LACKS_PRAGMA_ONCE) +# pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + +#if !defined (__ACE_INLINE__) +#include "ace/Managed_Object.inl" +#endif /* __ACE_INLINE__ */ + +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + +template +ACE_Cleanup_Adapter::~ACE_Cleanup_Adapter (void) +{ +} + +ACE_END_VERSIONED_NAMESPACE_DECL + +#endif /* ACE_MANAGED_OBJECT_CPP */ -- cgit v1.2.3