mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +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: Process_Mutex.cpp 96985 2013-04-11 15:50:32Z huangh $
|
||||
|
||||
#include "ace/Process_Mutex.h"
|
||||
#include "ace/Log_Category.h"
|
||||
#include "ace/ACE.h"
|
||||
|
|
@ -36,17 +38,6 @@ ACE_Process_Mutex::unique_name (void)
|
|||
return this->name_;
|
||||
}
|
||||
|
||||
int
|
||||
ACE_Process_Mutex::unlink (const ACE_TCHAR *name)
|
||||
{
|
||||
#if defined (_ACE_USE_SV_SEM)
|
||||
ACE_UNUSED_ARG (name);
|
||||
return 0;
|
||||
#else
|
||||
return ACE_Mutex::unlink (name);
|
||||
#endif
|
||||
}
|
||||
|
||||
ACE_Process_Mutex::ACE_Process_Mutex (const char *name, void *arg, mode_t mode)
|
||||
#if defined (_ACE_USE_SV_SEM)
|
||||
: lock_ (name ? name : ACE_TEXT_ALWAYS_CHAR (this->unique_name ()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue