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: RW_Process_Mutex.cpp 91286 2010-08-05 09:04:31Z johnnyw $
|
||||
// $Id: RW_Process_Mutex.cpp 96985 2013-04-11 15:50:32Z huangh $
|
||||
|
||||
#include "ace/RW_Process_Mutex.h"
|
||||
#include "ace/Log_Msg.h"
|
||||
#include "ace/Log_Category.h"
|
||||
#include "ace/ACE.h"
|
||||
|
||||
|
||||
|
|
@ -45,9 +45,9 @@ ACE_RW_Process_Mutex::dump (void) const
|
|||
{
|
||||
#if defined (ACE_HAS_DUMP)
|
||||
// ACE_TRACE ("ACE_RW_Process_Mutex::dump");
|
||||
ACE_DEBUG ((LM_DEBUG, ACE_BEGIN_DUMP, this));
|
||||
ACELIB_DEBUG ((LM_DEBUG, ACE_BEGIN_DUMP, this));
|
||||
this->lock_.dump ();
|
||||
ACE_DEBUG ((LM_DEBUG, ACE_END_DUMP));
|
||||
ACELIB_DEBUG ((LM_DEBUG, ACE_END_DUMP));
|
||||
#endif /* ACE_HAS_DUMP */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue