summaryrefslogtreecommitdiff
path: root/ACE/protocols/ace/TMCast/LinkListener.hpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@users.noreply.github.com>2016-10-31 12:13:20 +0100
committerGitHub <noreply@github.com>2016-10-31 12:13:20 +0100
commitbd5aaab0e6022781ff8fdb383ea75ae3ecc3b17d (patch)
tree215b87a96310aeef290fd8d6aaf538a8bb183374 /ACE/protocols/ace/TMCast/LinkListener.hpp
parentfdc242fcb81d6ab5893d462364b50632241afdf4 (diff)
parent4bb4047e520cd551b7d9bf0a1079103b68e3bf7d (diff)
downloadATCD-bd5aaab0e6022781ff8fdb383ea75ae3ecc3b17d.tar.gz
Merge pull request #176 from esohns/master
some (bundled) minor changes (take 2)
Diffstat (limited to 'ACE/protocols/ace/TMCast/LinkListener.hpp')
-rw-r--r--ACE/protocols/ace/TMCast/LinkListener.hpp13
1 files changed, 6 insertions, 7 deletions
diff --git a/ACE/protocols/ace/TMCast/LinkListener.hpp b/ACE/protocols/ace/TMCast/LinkListener.hpp
index 76944d9d4c9..7e4de5ba688 100644
--- a/ACE/protocols/ace/TMCast/LinkListener.hpp
+++ b/ACE/protocols/ace/TMCast/LinkListener.hpp
@@ -1,12 +1,11 @@
// author : Boris Kolpackov <boris@dre.vanderbilt.edu>
// OS primitives
-#include <ace/OS_NS_string.h>
-#include <ace/OS_NS_stdlib.h>
-#include <ace/Synch.h>
-#include <ace/SOCK_Dgram_Mcast.h>
-#include <ace/Refcounted_Auto_Ptr.h>
-
+#include "ace/OS_NS_string.h"
+#include "ace/OS_NS_stdlib.h"
+#include "ace/Refcounted_Auto_Ptr.h"
+#include "ace/SOCK_Dgram_Mcast.h"
+#include "ace/Synch_Traits.h"
#include "Messaging.hpp"
#include "Protocol.hpp"
@@ -150,7 +149,7 @@ namespace ACE_TMCast
private:
// FUZZ: disable check_for_ACE_Guard
- typedef ACE_Guard<ACE_Thread_Mutex> AutoLock;
+ typedef ACE_Guard<ACE_SYNCH_MUTEX> AutoLock;
// FUZZ: enable check_for_ACE_Guard
ACE_hthread_t thread_;