diff options
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r-- | TAO/tao/ORB.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h index 953ce94aca5..e7d5831da9e 100644 --- a/TAO/tao/ORB.h +++ b/TAO/tao/ORB.h @@ -484,13 +484,6 @@ public: /// Resolve the POA. CORBA_Object_ptr resolve_root_poa (CORBA_Environment &ACE_TRY_ENV); - /// Delegates on the ORB_Core to create a TAO_Stub. - TAO_Stub *create_stub_object (const TAO_ObjectKey &key, - const char *type_id, - CORBA::PolicyList *policy_list, - TAO_Acceptor_Filter *acceptor_filter, - CORBA_Environment &ACE_TRY_ENV); - /// Initialize the ORB globals correctly, i.e., only when they /// haven't been initialized yet. static void init_orb_globals (CORBA_Environment &ACE_TRY_ENV = |