summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/POA.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/POA.h')
-rw-r--r--TAO/tao/PortableServer/POA.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/PortableServer/POA.h b/TAO/tao/PortableServer/POA.h
index 4da455f8abf..c5920df443f 100644
--- a/TAO/tao/PortableServer/POA.h
+++ b/TAO/tao/PortableServer/POA.h
@@ -951,7 +951,9 @@ protected:
CORBA::ULong decrement_outstanding_requests (void);
- TAO_SYNCH_RECURSIVE_MUTEX &single_threaded_lock (void) const;
+ void establish_servant_lock (PortableServer::Servant servant);
+
+ void teardown_servant_lock (PortableServer::Servant servant);
CORBA::Boolean waiting_destruction (void) const;
@@ -1030,8 +1032,6 @@ protected:
TAO_SYNCH_CONDITION servant_deactivation_condition_;
CORBA::ULong waiting_servant_deactivation_;
-
- TAO_SYNCH_RECURSIVE_MUTEX *single_threaded_lock_;
};