aboutsummaryrefslogtreecommitdiff
path: root/dep/acelite/ace/Guard_T.cpp
diff options
context:
space:
mode:
authorclick <none@none>2010-11-04 05:30:29 +0100
committerclick <none@none>2010-11-04 05:30:29 +0100
commit9b16ee203f3f8e6e21c4864bd3308bf58c7b6800 (patch)
tree14950af01860fc520bbbd320c7ad81ef0281cbf3 /dep/acelite/ace/Guard_T.cpp
parent2604250c3c4efd93e9977f2eb72d6398a7a7bcb2 (diff)
Dep/ACE: Upgrade ACE -library to 5.8.3
--HG-- branch : trunk
Diffstat (limited to 'dep/acelite/ace/Guard_T.cpp')
-rw-r--r--dep/acelite/ace/Guard_T.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/dep/acelite/ace/Guard_T.cpp b/dep/acelite/ace/Guard_T.cpp
index 2090ddda2b7..90321c6ac4e 100644
--- a/dep/acelite/ace/Guard_T.cpp
+++ b/dep/acelite/ace/Guard_T.cpp
@@ -1,8 +1,10 @@
-// $Id: Guard_T.cpp 85141 2009-04-22 08:48:30Z johnnyw $
+// $Id: Guard_T.cpp 92052 2010-09-27 14:20:22Z vzykov $
#ifndef ACE_GUARD_T_CPP
#define ACE_GUARD_T_CPP
+// FUZZ: disable check_for_ACE_Guard
+
#include "ace/Guard_T.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -32,7 +34,7 @@ ACE_Guard<ACE_LOCK>::dump (void) const
ACE_DEBUG ((LM_DEBUG, ACE_BEGIN_DUMP, this));
ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("mutex_ = %x\n"), this->lock_));
ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("owner_ = %d\n"), this->owner_));
- ACE_DEBUG ((LM_DEBUG, ACE_END_DUMP, this));
+ ACE_DEBUG ((LM_DEBUG, ACE_END_DUMP));
#endif /* ACE_HAS_DUMP */
}