Files
azerothcore-wotlk/deps/acelite/ace/Hash_Map_Manager.h
Yehonal f06f32849f Directory Structure [step 1]: moving files
working on #672

NOTE: This commit can't be compiled!!
2017-10-12 20:00:52 +02:00

30 lines
655 B
C++

// -*- C++ -*-
//=============================================================================
/**
* @file Hash_Map_Manager.h
*
* 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 */