summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-03-14 20:19:36 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-03-14 20:19:36 +0000
commitd09eaefd285a698b85c611faec7011fa327e416d (patch)
tree6cf4b14f2b407c06499fc161e925b085a3e489f1
parent90ab2562d28237870a088c84a354e647c1105283 (diff)
downloadATCD-d09eaefd285a698b85c611faec7011fa327e416d.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a11
1 files changed, 6 insertions, 5 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 7ff62819ccd..63b866cc69c 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -16,12 +16,13 @@ Thu Mar 14 14:13:02 2002 Chad Elliott <elliott_c@ociweb.com>
Thu Mar 14 12:03:21 2002 Ossama Othman <ossama@uci.edu>
- * tao/ClientRequestInfo_i.cpp (~TAO_ClientRequestInfo_i):
+ * tao/PICurrent.cpp (~TAO_PICurrent_Impl):
- Make sure the TSC no longer considers the current RSC its peer
- since that RSC is destroyed when this ClienRequestInfo object is
- destroyed. Thanks to Jeffrey Shaffer <jeffs@integ.com> for
- reporting the problem, and for confirming that this fix works.
+ Make sure the peer TAO_PICurrent_Impl object no longer considers
+ this TAO_PICurrent_Impl its peer since this object will no
+ longer exist once this destructor completes execution.. Thanks
+ to Jeffrey Shaffer <jeffs@integ.com> for reporting the problem,
+ and for confirming that this fix works.
Thu Mar 14 13:50:59 2002 Chad Elliott <elliott_c@ociweb.com>