Applied dep and realm updates

This commit is contained in:
Antz 2015-01-20 22:10:24 +00:00 committed by Antz
parent 12257a5bc2
commit 5260602e28
2020 changed files with 39571 additions and 173090 deletions

View file

@ -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 <schmidt@cs.wustl.edu>
*/
//=============================================================================
#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 */