diff options
author | Angelo Corsaro <angelo@icorsaro.net> | 2000-06-03 05:30:47 +0000 |
---|---|---|
committer | Angelo Corsaro <angelo@icorsaro.net> | 2000-06-03 05:30:47 +0000 |
commit | 7d289bbee43440862d79ebf9050627c9e8d8375d (patch) | |
tree | 598547072ab7b434a7f30abb39d2ac7a77d5670e /TAO/tao/ORB.h | |
parent | c7b635c0d938909fa3a6bd32dca382b18afde171 (diff) | |
download | ATCD-7d289bbee43440862d79ebf9050627c9e8d8375d.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r-- | TAO/tao/ORB.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h index 6e9f4f36bf2..433b5dd9924 100644 --- a/TAO/tao/ORB.h +++ b/TAO/tao/ORB.h @@ -39,6 +39,10 @@ // IRIX needs this for the throw specs #include "tao/PolicyC.h" +// -- Containers -- +#include "ace/Containers_T.h" + + // For the (W)String_var and (W)String_out iostream operators. #if defined (ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION) #include "ace/streams.h" @@ -628,16 +632,20 @@ public: TAO_Stub *create_stub_object (const TAO_ObjectKey &key, const char *type_id, + const CORBA::PolicyList& policy_list, CORBA_Environment &ACE_TRY_ENV = TAO_default_environment ()); // Delegates on the ORB_Core to create a TAO_Stub. + CORBA_Object_ptr key_to_object (const TAO_ObjectKey &key, const char *type_id, + const CORBA::PolicyList& policy_list, TAO_ServantBase *servant = 0, CORBA::Boolean collocated = 1, CORBA_Environment &ACE_TRY_ENV = TAO_default_environment ()); + // Convert key into an object reference. Return Object_ptr as out // parameter. Errors will come through the environment. // |