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: SPIPE_Acceptor.cpp 91286 2010-08-05 09:04:31Z johnnyw $
|
||||
// $Id: SPIPE_Acceptor.cpp 96985 2013-04-11 15:50:32Z huangh $
|
||||
|
||||
#include "ace/SPIPE_Acceptor.h"
|
||||
#include "ace/Log_Msg.h"
|
||||
#include "ace/Log_Category.h"
|
||||
#include "ace/OS_NS_sys_stat.h"
|
||||
#include "ace/OS_NS_sys_time.h"
|
||||
|
||||
|
|
@ -237,7 +237,7 @@ ACE_SPIPE_Acceptor::ACE_SPIPE_Acceptor (const ACE_SPIPE_Addr &local_sap,
|
|||
ACE_TRACE ("ACE_SPIPE_Acceptor::ACE_SPIPE_Acceptor");
|
||||
|
||||
if (this->open (local_sap, reuse_addr, perms, sa, pipe_mode) == -1)
|
||||
ACE_ERROR ((LM_ERROR,
|
||||
ACELIB_ERROR ((LM_ERROR,
|
||||
ACE_TEXT ("%p\n"),
|
||||
ACE_TEXT ("ACE_SPIPE_Acceptor")));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue