summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormayur <mayur@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-08 18:28:19 +0000
committermayur <mayur@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-08 18:28:19 +0000
commitfbd96f51a8bdfd2b3ae48d6fce2bd0f5c1052801 (patch)
tree25c9bfbd4088a4fb5f2dac686fd2063a50390601
parent7c301e8097cd2168ea21a87a4493e1d443baa90d (diff)
downloadATCD-fbd96f51a8bdfd2b3ae48d6fce2bd0f5c1052801.tar.gz
Mon Jul 8 11:05:44 2002 Mayur Deshpande <mayur@ics.uci.edu>
-rw-r--r--TAO/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 4e66a74bbac..6018eaf9c8a 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -14,9 +14,9 @@ Mon Jul 8 11:05:44 2002 Mayur Deshpande <mayur@ics.uci.edu>
deprecated use. On feedback from Craig Rodrigues
<crodrigu@bbn.com> who also reported this warning, fixed this by
copying the const char * with ACE_OS::strdup (). The alternate
- approach by Balachandran Natarajan <bala@cs.wustl.edu> of making an
- explicit cast and declaring ior_output_file_ as static seemed a
- bit less elegant.
+ approach by Balachandran Natarajan <bala@cs.wustl.edu> of making
+ an explicit cast and declaring ior_output_file_ as static char *
+ seemed a little inelegant.
Mon Jul 8 10:59:41 2002 Mayur Deshpande <mayur@ics.uci.edu>