mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[10874] Update ACE to v5.8.3
(based on zergtmn's repo commit 3a8c259) (based on zergtmn's repo commit 946c1a8) Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
c38c876b1d
commit
b8d773091a
343 changed files with 3060 additions and 7431 deletions
|
|
@ -4,7 +4,7 @@
|
|||
/**
|
||||
* @file Recursive_Thread_Mutex.h
|
||||
*
|
||||
* $Id: Recursive_Thread_Mutex.h 91066 2010-07-12 11:05:04Z johnnyw $
|
||||
* $Id: Recursive_Thread_Mutex.h 91688 2010-09-09 11:21:50Z johnnyw $
|
||||
*
|
||||
* Moved from Synch.h.
|
||||
*
|
||||
|
|
@ -153,9 +153,6 @@ public:
|
|||
/// Returns a reference to the recursive mutex;
|
||||
ACE_recursive_thread_mutex_t &lock (void);
|
||||
|
||||
/// @deprecated Returns a reference to the recursive mutex;
|
||||
ACE_recursive_thread_mutex_t &mutex (void);
|
||||
|
||||
/// Returns a reference to the recursive mutex's internal mutex;
|
||||
ACE_thread_mutex_t &get_nesting_mutex (void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue