summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Object_Adapter.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-03-26 20:39:28 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-03-26 20:39:28 +0000
commit522861b8f33b47d01459aae398282aee71aeef00 (patch)
treeedbce118d950078549ea19fa20fe44b352b35555 /TAO/tao/PortableServer/Object_Adapter.h
parent03ef1583127d1e97b5db26a7aac4c14a47c3ee4e (diff)
downloadATCD-post_132_phase_3.tar.gz
ChangeLogTag: Mon Mar 24 18:15:51 2003 Jeff Parsons <j.parsons@vanderbilt.edu>post_132_phase_3
Diffstat (limited to 'TAO/tao/PortableServer/Object_Adapter.h')
-rw-r--r--TAO/tao/PortableServer/Object_Adapter.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/Object_Adapter.h b/TAO/tao/PortableServer/Object_Adapter.h
index b8e057b341d..3835584d3e8 100644
--- a/TAO/tao/PortableServer/Object_Adapter.h
+++ b/TAO/tao/PortableServer/Object_Adapter.h
@@ -829,6 +829,13 @@ public:
private:
+ /// Helper method to get collocated servant
+ TAO_ServantBase *get_collocated_servant (TAO_Stub *stub,
+ const TAO_MProfile &mp
+ ACE_ENV_ARG_DECL);
+
+private:
+
/// Condition variable for waiting on non-servant upcalls to end.
TAO_SYNCH_CONDITION non_servant_upcall_condition_;