mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 01:37:00 +00:00
[Rel21] Stage 1 of updates for Rel21 Build System
This commit is contained in:
parent
13292befd6
commit
fdefc0869a
1951 changed files with 40474 additions and 252610 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// $Id: SV_Semaphore_Complex.cpp 91321 2010-08-09 06:38:18Z johnnyw $
|
||||
// $Id: SV_Semaphore_Complex.cpp 96985 2013-04-11 15:50:32Z huangh $
|
||||
|
||||
#include "ace/SV_Semaphore_Complex.h"
|
||||
#include "ace/Log_Msg.h"
|
||||
#include "ace/Log_Category.h"
|
||||
#include "ace/OS_NS_Thread.h"
|
||||
|
||||
#if !defined (__ACE_INLINE__)
|
||||
|
|
@ -218,7 +218,7 @@ ACE_SV_Semaphore_Complex::ACE_SV_Semaphore_Complex (key_t k,
|
|||
{
|
||||
ACE_TRACE ("ACE_SV_Semaphore_Complex::ACE_SV_Semaphore_Complex");
|
||||
if (this->open (k, flags, initial_value, nsems, perms) == -1)
|
||||
ACE_ERROR ((LM_ERROR, ACE_TEXT ("%p\n"), ACE_TEXT ("ACE_SV_Semaphore_Complex")));
|
||||
ACELIB_ERROR ((LM_ERROR, ACE_TEXT ("%p\n"), ACE_TEXT ("ACE_SV_Semaphore_Complex")));
|
||||
}
|
||||
|
||||
ACE_SV_Semaphore_Complex::ACE_SV_Semaphore_Complex (const char *name,
|
||||
|
|
@ -237,7 +237,7 @@ ACE_SV_Semaphore_Complex::ACE_SV_Semaphore_Complex (const char *name,
|
|||
key = this->name_2_key (name);
|
||||
|
||||
if (this->open (key, flags, initial_value, nsems, perms) == -1)
|
||||
ACE_ERROR ((LM_ERROR, ACE_TEXT ("%p\n"), ACE_TEXT ("ACE_SV_Semaphore_Complex")));
|
||||
ACELIB_ERROR ((LM_ERROR, ACE_TEXT ("%p\n"), ACE_TEXT ("ACE_SV_Semaphore_Complex")));
|
||||
}
|
||||
|
||||
ACE_SV_Semaphore_Complex::~ACE_SV_Semaphore_Complex (void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue