summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-02-06 07:28:30 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-02-06 07:28:30 +0000
commitd174943e35b02bf84a2ba955c90a978bf67a5609 (patch)
tree55602eb19df469f970ef4274db9b710c5bb06f68 /TAO/tao
parentd9e136bcd6716fdb3d70003745cfde5afd646ab4 (diff)
downloadATCD-d174943e35b02bf84a2ba955c90a978bf67a5609.tar.gz
ChangeLogTag:Mon Feb 5 19:41:41 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/ORB_Core.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/TAO/tao/ORB_Core.h b/TAO/tao/ORB_Core.h
index 27a3204c77c..163294e9e17 100644
--- a/TAO/tao/ORB_Core.h
+++ b/TAO/tao/ORB_Core.h
@@ -862,13 +862,10 @@ public:
void bidir_giop_policy (CORBA::Boolean);
- /**
- * Return the table that maps object key/name to de-stringified
- * object reference. The contents of this table do not correspond
- * to the contents of any other similar table, such as the table
- * that maps object key/name to stringified object reference. It is
- * a completely independent table.
- */
+
+ /// Return the table that maps object key/name to de-stringified
+ /// object reference. It is needed for supporting local objects in
+ /// the resolve_initial_references() mechanism.
TAO_Object_Ref_Table &object_ref_table (void);
protected: