diff options
author | Steve Huston <shuston@riverace.com> | 2004-05-03 22:14:16 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2004-05-03 22:14:16 +0000 |
commit | e4be0208bf95effeee29b0633b8f6e2fec04c459 (patch) | |
tree | 0a94a4c3294caf69f2ef481814692ef763cf2c11 /protocols | |
parent | 7df9f6c97d965e8abf0d44e1749982d7524ba206 (diff) | |
download | ATCD-e4be0208bf95effeee29b0633b8f6e2fec04c459.tar.gz |
ChangeLogTag:Mon May 3 18:12:30 2004 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/ace/TMCast/MTQueue.hpp | 2 | ||||
-rw-r--r-- | protocols/ace/TMCast/TransactionController.hpp | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/protocols/ace/TMCast/MTQueue.hpp b/protocols/ace/TMCast/MTQueue.hpp index 843d8ba1e53..429a73d45ba 100644 --- a/protocols/ace/TMCast/MTQueue.hpp +++ b/protocols/ace/TMCast/MTQueue.hpp @@ -156,7 +156,7 @@ namespace TMCast private: auto_ptr<MutexType> mutexp_; - mutable MutexType& mutex_; + MutexType& mutex_; QueueType queue_; typedef diff --git a/protocols/ace/TMCast/TransactionController.hpp b/protocols/ace/TMCast/TransactionController.hpp index 66c924faaf1..f1108963ffa 100644 --- a/protocols/ace/TMCast/TransactionController.hpp +++ b/protocols/ace/TMCast/TransactionController.hpp @@ -2,12 +2,15 @@ // author : Boris Kolpackov <boris@dre.vanderbilt.edu> // cvs-id : $Id$ -#include <ace/Synch.h> -#include <ace/Refcounted_Auto_Ptr.h> +#include "ace/OS_NS_string.h" +#include "ace/Synch.h" +#include "ace/Refcounted_Auto_Ptr.h" #include "Protocol.hpp" #include "Messaging.hpp" +#include <typeinfo> + namespace TMCast { |