summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Object_Adapter.h
diff options
context:
space:
mode:
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_;