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/Unbounded_Set.cpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 externals/ace/Unbounded_Set.cpp (limited to 'externals/ace/Unbounded_Set.cpp') diff --git a/externals/ace/Unbounded_Set.cpp b/externals/ace/Unbounded_Set.cpp new file mode 100644 index 00000000000..c54e3fcfa2f --- /dev/null +++ b/externals/ace/Unbounded_Set.cpp @@ -0,0 +1,18 @@ +// $Id: Unbounded_Set.cpp 81624 2008-05-06 17:14:57Z wotte $ + +#ifndef ACE_UNBOUNDED_SET_CPP +#define ACE_UNBOUNDED_SET_CPP + +#include "ace/Unbounded_Set.h" +#include "ace/Malloc_Base.h" +#include "ace/Log_Msg.h" + +#if !defined (ACE_LACKS_PRAGMA_ONCE) +# pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + +#if !defined (__ACE_INLINE__) +#include "ace/Unbounded_Set.inl" +#endif /* __ACE_INLINE__ */ + +#endif /* ACE_UNBOUNDED_SET_CPP */ -- cgit v1.2.3