diff options
author | fhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-02-02 02:32:10 +0000 |
---|---|---|
committer | fhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-02-02 02:32:10 +0000 |
commit | 46b68f8886267752e21240d0d2a38aff51b08cb4 (patch) | |
tree | e6c4cb63722c260d6c229f938dc9a28800bf50ae /TAO/tao/DynamicInterface/Context.cpp | |
parent | 3b90547b819834d830be139f52dbbd436b561bbd (diff) | |
download | ATCD-46b68f8886267752e21240d0d2a38aff51b08cb4.tar.gz |
ChangeLogTag: Thu Feb 1 20:29:54 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/DynamicInterface/Context.cpp')
-rw-r--r-- | TAO/tao/DynamicInterface/Context.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/DynamicInterface/Context.cpp b/TAO/tao/DynamicInterface/Context.cpp index 5379d3b2b6f..178b9983c48 100644 --- a/TAO/tao/DynamicInterface/Context.cpp +++ b/TAO/tao/DynamicInterface/Context.cpp @@ -25,7 +25,7 @@ CORBA_Context::~CORBA_Context (void) CORBA::ULong CORBA_Context::_incr_refcnt (void) { - ACE_GUARD_RETURN (ACE_SYNCH_MUTEX, + ACE_GUARD_RETURN (TAO_SYNCH_MUTEX, ace_mon, this->refcount_lock_, 0); @@ -37,7 +37,7 @@ CORBA::ULong CORBA_Context::_decr_refcnt (void) { { - ACE_GUARD_RETURN (ACE_SYNCH_MUTEX, + ACE_GUARD_RETURN (TAO_SYNCH_MUTEX, ace_mon, this->refcount_lock_, 0); |