mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
Some missing from merge.
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
ec939a5bce
commit
f4be15a7af
1895 changed files with 160408 additions and 53601 deletions
|
|
@ -1,3 +1,5 @@
|
|||
// $Id: Based_Pointer_Repository.cpp 97383 2013-10-23 08:44:20Z mhengstmengel $
|
||||
|
||||
#include "ace/Map_Manager.h"
|
||||
#include "ace/Based_Pointer_Repository.h"
|
||||
#include "ace/Guard_T.h"
|
||||
|
|
@ -5,10 +7,6 @@
|
|||
#include "ace/Synch_Traits.h"
|
||||
#include "ace/RW_Thread_Mutex.h"
|
||||
|
||||
#if defined (ACE_HAS_ALLOC_HOOKS)
|
||||
# include "ace/Malloc_Base.h"
|
||||
#endif /* ACE_HAS_ALLOC_HOOKS */
|
||||
|
||||
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
||||
|
||||
/**
|
||||
|
|
@ -34,12 +32,8 @@ public:
|
|||
|
||||
/// Synchronize concurrent access to the map.
|
||||
ACE_SYNCH_MUTEX lock_;
|
||||
|
||||
ACE_ALLOC_HOOK_DECLARE;
|
||||
};
|
||||
|
||||
ACE_ALLOC_HOOK_DEFINE(ACE_Based_Pointer_Repository_Rep);
|
||||
|
||||
ACE_Based_Pointer_Repository::ACE_Based_Pointer_Repository (void)
|
||||
{
|
||||
ACE_TRACE ("ACE_Based_Pointer_Repository::ACE_Based_Pointer_Repository");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue