diff options
author | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-08-12 17:23:36 +0000 |
---|---|---|
committer | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-08-12 17:23:36 +0000 |
commit | 209b755ea749a22f865a61a24067a2991ed84b14 (patch) | |
tree | 54ef4f7d7811f76a836ccabade6fa0f72d82ca8b /TAO/tao/ORB.h | |
parent | 07036dba0d01a08509fc00ad9472fa6bbc8f7bb4 (diff) | |
download | ATCD-209b755ea749a22f865a61a24067a2991ed84b14.tar.gz |
Sat Aug 12 09:34:37 2000 Priyanka Gontla <pgontla@ece.uci.edu>
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r-- | TAO/tao/ORB.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h index e673fc7a699..94f24104059 100644 --- a/TAO/tao/ORB.h +++ b/TAO/tao/ORB.h @@ -616,6 +616,9 @@ public: CORBA::Object_ptr obj); // Add a mapping ObjectID->IOR to the table. + int _tao_del_from_IOR_table (const ACE_CString &object_id); + // Remove <object_id> from the table + int _tao_find_in_IOR_table (const ACE_CString &object_id, CORBA::Object_ptr &obj); // Find the given ObjectID in the table. @@ -787,6 +790,12 @@ private: TAO_ORB_Core *orb_core_; // The ORB_Core that created us.... + int argc_; + // To be used in <create_object> + + char *argv_ []; + // To be used in <create_object> + #if defined (TAO_HAS_VALUETYPE) TAO_ValueFactory_Map *valuetype_factory_map_; // If non-0 then this is the Factory for OBV unmarshaling |