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.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/POA.h b/TAO/tao/PortableServer/POA.h
index 9f25c5073c6..a2143dcb923 100644
--- a/TAO/tao/PortableServer/POA.h
+++ b/TAO/tao/PortableServer/POA.h
@@ -139,7 +139,7 @@ public:
friend class TAO_POA_Manager;
typedef ACE_CString String;
-
+
/**
* This method is used to downcast safely an instance of PortableServer::POA
* to an instance of TAO_POA when RTTI is not enabled.
@@ -487,6 +487,12 @@ protected:
CORBA_Environment &ACE_TRY_ENV);
// Like key_to_stub() but assume that the ORB is not shutting down.
+ TAO_Stub *create_stub_object (const TAO_ObjectKey &object_key,
+ const char *type_id,
+ CORBA::PolicyList *policy_list,
+ TAO_Acceptor_Filter *filter,
+ CORBA::Environment &ACE_TRY_ENV);
+
int is_servant_in_map (PortableServer::Servant servant);
int is_user_id_in_map (const PortableServer::ObjectId &user_id,