From 46b68f8886267752e21240d0d2a38aff51b08cb4 Mon Sep 17 00:00:00 2001 From: fhunleth Date: Fri, 2 Feb 2001 02:32:10 +0000 Subject: ChangeLogTag: Thu Feb 1 20:29:54 2001 Frank Hunleth --- TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.cpp | 2 +- TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'TAO/orbsvcs/tests/EC_Custom_Marshal') diff --git a/TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.cpp b/TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.cpp index 02060df5e7b..7b9dca0b336 100644 --- a/TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.cpp +++ b/TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.cpp @@ -188,7 +188,7 @@ Driver::push_consumer (void* /* consumer_cookie */, return; } - ACE_GUARD (ACE_SYNCH_MUTEX, ace_mon, this->recv_count_mutex_); + ACE_GUARD (TAO_SYNCH_MUTEX, ace_mon, this->recv_count_mutex_); this->recv_count_ += events.length (); diff --git a/TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.h b/TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.h index 62b9bdca96f..49f0925df86 100644 --- a/TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.h +++ b/TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.h @@ -110,7 +110,7 @@ private: const char* pid_file_name_; // The name of a file where the process stores its pid - ACE_SYNCH_MUTEX recv_count_mutex_; + TAO_SYNCH_MUTEX recv_count_mutex_; int recv_count_; // How many events we have received. }; -- cgit v1.2.1