summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-12 17:34:23 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-12 17:34:23 +0000
commitcf386b36bf57967e91f22252f9c206166af35591 (patch)
treee21407abcfe62455563c6baeb95055954a48f378
parentfee99bc475b2546aae069901bcb8af60c7fdc4c0 (diff)
downloadATCD-cf386b36bf57967e91f22252f9c206166af35591.tar.gz
* tao/DynamicAny/DynAny_i.cpp:
Added 'const' to the char* passed to the extraction operator in the change below.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 20b79d342a4..ad3ce7d5d8c 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,10 @@
+Wed Sep 12 12:33:15 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tao/DynamicAny/DynAny_i.cpp:
+
+ Added 'const' to the char* passed to the extraction
+ operator in the change below.
+
Wed Sep 12 10:13:31 2001 Jeff Parsons <parsons@cs.wustl.edu>
* tao/DynamicAny/DynAny_i.cpp: