summaryrefslogtreecommitdiff
path: root/ACE/protocols/ace/TMCast/LinkListener.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/protocols/ace/TMCast/LinkListener.hpp')
-rw-r--r--ACE/protocols/ace/TMCast/LinkListener.hpp15
1 files changed, 3 insertions, 12 deletions
diff --git a/ACE/protocols/ace/TMCast/LinkListener.hpp b/ACE/protocols/ace/TMCast/LinkListener.hpp
index 983f7828f3e..c432e2f54f2 100644
--- a/ACE/protocols/ace/TMCast/LinkListener.hpp
+++ b/ACE/protocols/ace/TMCast/LinkListener.hpp
@@ -1,6 +1,5 @@
-// file : ACE_TMCast/LinkListener.hpp
+// $Id$
// author : Boris Kolpackov <boris@dre.vanderbilt.edu>
-// cvs-id : $Id$
// OS primitives
#include <ace/OS_NS_string.h>
@@ -15,15 +14,8 @@
namespace ACE_TMCast
{
- //
- //
- //
class LinkFailure : public virtual Message {};
-
- //
- //
- //
class LinkData : public virtual Message
{
public:
@@ -64,9 +56,6 @@ namespace ACE_TMCast
ACE_Refcounted_Auto_Ptr<LinkData, ACE_Null_Mutex>
LinkDataPtr;
- //
- //
- //
class LinkListener
{
private:
@@ -161,7 +150,9 @@ namespace ACE_TMCast
}
private:
+ // FUZZ: disable check_for_ACE_Guard
typedef ACE_Guard<ACE_Thread_Mutex> AutoLock;
+ // FUZZ: enable check_for_ACE_Guard
ACE_hthread_t thread_;
ACE_SOCK_Dgram_Mcast& sock_;