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/Hash_Map_Manager.h | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 externals/ace/Hash_Map_Manager.h (limited to 'externals/ace/Hash_Map_Manager.h') diff --git a/externals/ace/Hash_Map_Manager.h b/externals/ace/Hash_Map_Manager.h new file mode 100644 index 00000000000..d6c0c4b8ae3 --- /dev/null +++ b/externals/ace/Hash_Map_Manager.h @@ -0,0 +1,31 @@ +// -*- C++ -*- + +//============================================================================= +/** + * @file Hash_Map_Manager.h + * + * $Id: Hash_Map_Manager.h 80826 2008-03-04 14:51:23Z wotte $ + * + * Backward compatibility header. + * + * @author Douglas C. Schmidt + */ +//============================================================================= + +#ifndef ACE_HASH_MAP_MANAGER_H +#define ACE_HASH_MAP_MANAGER_H + +#include /**/ "ace/pre.h" + +#include /**/ "ace/config-all.h" + +#if !defined (ACE_LACKS_PRAGMA_ONCE) +# pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + +// Include the templates here. +#include "ace/Hash_Map_Manager_T.h" + +#include /**/ "ace/post.h" + +#endif /* ACE_HASH_MAP_MANAGER_H */ -- cgit v1.2.3