mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[10643] Update the ACE part we use to 5.8.2
Signed-off-by: Neo2003 <Neo.2003@Hotmail.fr>
This commit is contained in:
parent
8f71d95c0d
commit
23c920ca4b
739 changed files with 22031 additions and 40373 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// $Id: Future_Set.cpp 80826 2008-03-04 14:51:23Z wotte $
|
||||
// $Id: Future_Set.cpp 88128 2009-12-14 02:17:22Z schmidt $
|
||||
|
||||
#ifndef ACE_FUTURE_SET_CPP
|
||||
#define ACE_FUTURE_SET_CPP
|
||||
|
|
@ -71,7 +71,7 @@ ACE_Future_Set<T>::insert (ACE_Future<T> &future)
|
|||
// If a new map entry was created, then attach to the future,
|
||||
// otherwise we were already attached to the future or some error
|
||||
// occurred so just delete the future holder.
|
||||
if ( result == 0 )
|
||||
if (result == 0)
|
||||
// Attach ourself to the ACE_Futures list of observer
|
||||
future.attach (this);
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue