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 Malloc_Base.h
|
||||
*
|
||||
* $Id: Malloc_Base.h 91058 2010-07-12 08:20:09Z johnnyw $
|
||||
* $Id: Malloc_Base.h 92085 2010-09-29 12:23:13Z johnnyw $
|
||||
*
|
||||
* @author Doug Schmidt and Irfan Pyarali
|
||||
*/
|
||||
|
|
@ -85,7 +85,7 @@ public:
|
|||
* Associate @a name with @a pointer. If @a duplicates == 0 then do
|
||||
* not allow duplicate @a name/@a pointer associations, else if
|
||||
* @a duplicates != 0 then allow duplicate @a name/@a pointer
|
||||
* assocations. Returns 0 if successfully binds (1) a previously
|
||||
* associations. Returns 0 if successfully binds (1) a previously
|
||||
* unbound @a name or (2) @a duplicates != 0, returns 1 if trying to
|
||||
* bind a previously bound @a name and @a duplicates == 0, else
|
||||
* returns -1 if a resource failure occurs.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue