summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormayur <mayur@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-19 06:37:59 +0000
committermayur <mayur@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-19 06:37:59 +0000
commitd4972d7c307cc6a9719c9eb8d2ad902f9066d5f8 (patch)
treed5efb1e11197f08c79706418759ecf0049ca3438
parentf4df93c6b6593a20a47c6d2b657d891b634e3613 (diff)
downloadATCD-d4972d7c307cc6a9719c9eb8d2ad902f9066d5f8.tar.gz
Fri Oct 18 23:32:11 2002 Mayur Deshpande <mayur@ics.uci.edu>
-rw-r--r--TAO/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index ba9f992ac1f..ff6b34b3840 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,12 @@
+Fri Oct 18 23:32:11 2002 Mayur Deshpande <mayur@ics.uci.edu>
+
+ * examples/AMH/Sink_Server/Timer_Handler.cpp (handle_timeout):
+
+ Changed the ResponseHandler to a _var instead of a _ptr. This
+ not only takes care of deleting the pointer in exceptional
+ circumstances but the code is also much cleaner. Thanks to Ossama
+ Othman <ossama.ece.uci.edu> for the tip and code-review.
+
Fri Oct 18 22:23:53 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
* TAO_IDL/fe/idl.ll:
@@ -114,7 +123,7 @@ Thu Oct 17 18:35:29 2002 Mayur Deshpande <mayur@ics.uci.edu>
code-review. Fleshed out classes into .h and .cpp and .inl
files, added more error-handling, compliance to ACE/TAO
coding-rules, passing by references instead of pointers/value,
- and tons of other fixes.
+ and tons of other fixes. Thanks Ossama!
Thu Oct 17 14:45:08 2002 Mayur Deshpande <mayur@ics.uci.edu>