mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 01:37:00 +00:00
Initial Mangos Three Commit
This commit is contained in:
parent
bb91aa5933
commit
7665a09232
2444 changed files with 625144 additions and 0 deletions
29
dep/acelite/ace/Hash_Map_Manager.h
Normal file
29
dep/acelite/ace/Hash_Map_Manager.h
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
// -*- C++ -*-
|
||||
|
||||
//=============================================================================
|
||||
/**
|
||||
* @file Hash_Map_Manager.h
|
||||
*
|
||||
* Backward compatibility header.
|
||||
*
|
||||
* @author Douglas C. Schmidt <d.schmidt@vanderbilt.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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue