summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-26 22:51:45 +0000
committervishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-26 22:51:45 +0000
commit457f8b0edf17c7abc57be85dcd78f5974057c01b (patch)
tree10d316864286f269a9c70a1101489f272c0fcc85
parentf82b18fade1e3c06a098d9d03ee6f9c92e9c34e9 (diff)
downloadATCD-457f8b0edf17c7abc57be85dcd78f5974057c01b.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 41083c0b99d..cfca87186cb 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,15 @@
+Wed May 26 17:37:40 1999 Vishal Kachroo <vishal@cs.wustl.edu>
+
+ * tao/ORB.cpp : Used delete [] in resolve_initial_references ()
+ instead of delete. Changed the signatures of add/find IORs in
+ the IOR table to use consts.
+ * tao/ORB.h : Changed the function declarations for the above.
+ * tao/IOR_LookupTable.cpp : Removed the private members ObjectID
+ and IOR table. Added comments for the class description. Used
+ consts in the function declarations wherever appropriate.
+ * tao/IOR_LookupTable.h : Changed the function declarations for
+ the above.
+
Wed May 26 15:50:00 1999 Irfan Pyarali <irfan@cs.wustl.edu>
* tao/POAManager: