mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 10:37:06 +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,4 +1,4 @@
|
|||
// $Id: Module.cpp 96080 2012-08-20 09:04:14Z johnnyw $
|
||||
// $Id: Module.cpp 97548 2014-01-24 10:04:58Z johnnyw $
|
||||
|
||||
#ifndef ACE_MODULE_CPP
|
||||
#define ACE_MODULE_CPP
|
||||
|
|
@ -185,7 +185,8 @@ ACE_Module<ACE_SYNCH_USE, TIME_POLICY>::ACE_Module (const ACE_TCHAR *module_name
|
|||
ACE_Task<ACE_SYNCH_USE, TIME_POLICY> *reader_q,
|
||||
void *args,
|
||||
int flags /* = M_DELETE */)
|
||||
: flags_ (M_FLAGS_NOT_SET)
|
||||
: next_ (0),
|
||||
flags_ (M_FLAGS_NOT_SET)
|
||||
{
|
||||
ACE_TRACE ("ACE_Module<ACE_SYNCH_USE, TIME_POLICY>::ACE_Module");
|
||||
|
||||
|
|
@ -193,7 +194,7 @@ ACE_Module<ACE_SYNCH_USE, TIME_POLICY>::ACE_Module (const ACE_TCHAR *module_name
|
|||
this->q_pair_[1] = 0;
|
||||
|
||||
if (this->open (module_name, writer_q, reader_q, args, flags) == -1)
|
||||
ACE_ERROR ((LM_ERROR,
|
||||
ACELIB_ERROR ((LM_ERROR,
|
||||
ACE_TEXT ("%p\n"),
|
||||
ACE_TEXT ("ACE_Module")));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue