summaryrefslogtreecommitdiff
path: root/ACE/protocols/ace/TMCast/Messaging.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/protocols/ace/TMCast/Messaging.hpp')
-rw-r--r--ACE/protocols/ace/TMCast/Messaging.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/protocols/ace/TMCast/Messaging.hpp b/ACE/protocols/ace/TMCast/Messaging.hpp
index 883f52273e5..f4046f0c68b 100644
--- a/ACE/protocols/ace/TMCast/Messaging.hpp
+++ b/ACE/protocols/ace/TMCast/Messaging.hpp
@@ -3,8 +3,8 @@
#ifndef TMCAST_MESSAGING_HPP
#define TMCAST_MESSAGING_HPP
-#include <ace/Synch.h>
-#include <ace/Bound_Ptr.h>
+#include "ace/Bound_Ptr.h"
+#include "ace/Synch_Traits.h"
#include "MTQueue.hpp"
@@ -22,7 +22,7 @@ namespace ACE_TMCast
MessagePtr;
typedef
- MTQueue<MessagePtr, ACE_Thread_Mutex, ACE_Condition<ACE_Thread_Mutex> >
+ MTQueue<MessagePtr, ACE_SYNCH_MUTEX, ACE_SYNCH_CONDITION >
MessageQueue;
struct MessageQueueAutoLock