mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +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
|
|
@ -1,4 +1,4 @@
|
|||
// $Id: Future_Set.cpp 88128 2009-12-14 02:17:22Z schmidt $
|
||||
// $Id: Future_Set.cpp 91626 2010-09-07 10:59:20Z johnnyw $
|
||||
|
||||
#ifndef ACE_FUTURE_SET_CPP
|
||||
#define ACE_FUTURE_SET_CPP
|
||||
|
|
@ -83,7 +83,7 @@ ACE_Future_Set<T>::insert (ACE_Future<T> &future)
|
|||
template <class T> void
|
||||
ACE_Future_Set<T>::update (const ACE_Future<T> &future)
|
||||
{
|
||||
ACE_Message_Block *mb;
|
||||
ACE_Message_Block *mb = 0;
|
||||
FUTURE &local_future = const_cast<ACE_Future<T> &> (future);
|
||||
|
||||
ACE_NEW (mb,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue