summaryrefslogtreecommitdiff
path: root/ACE/protocols/ace/RMCast/Bits.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/protocols/ace/RMCast/Bits.h')
-rw-r--r--ACE/protocols/ace/RMCast/Bits.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/ACE/protocols/ace/RMCast/Bits.h b/ACE/protocols/ace/RMCast/Bits.h
index 1b45580647b..79a0bde104e 100644
--- a/ACE/protocols/ace/RMCast/Bits.h
+++ b/ACE/protocols/ace/RMCast/Bits.h
@@ -1,6 +1,5 @@
-// file : ace/RMCast/Bits.h
+// $Id$
// author : Boris Kolpackov <boris@kolpackov.net>
-// cvs-id : $Id$
#ifndef ACE_RMCAST_BITS_H
#define ACE_RMCAST_BITS_H
@@ -13,13 +12,10 @@
namespace ACE_RMCast
{
typedef ACE_SYNCH_MUTEX Mutex;
+// FUZZ: disable check_for_ACE_Guard
typedef ACE_Guard<Mutex> Lock;
typedef ACE_Condition<Mutex> Condition;
-
- // tmp
- //
- //using std::cerr;
- //using std::endl;
+// FUZZ: enable check_for_ACE_Guard
}