summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-28 18:10:28 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-28 18:10:28 +0000
commit379aad0a9a32ca4198d1075b2383589cde30b9ad (patch)
tree0478a4c30774399bcc1b3b0649c4d5c8bf4773d7
parent65bf4dc06d73c557bce5fa0b1bade50f74953cb6 (diff)
downloadATCD-379aad0a9a32ca4198d1075b2383589cde30b9ad.tar.gz
* ace/CDR_Stream.{h,i,cpp}:
Update to_(w)string and from_(w)string to conform to the latest C++ mapping (00-01-02). Extra constructors have been added, taking a const (w)string, and the val_ member of from_(w)string has been made const. The constructor taking a non-const (w)string for to_(w)string has been deprecated, and will be removed from the spec at some point. Thanks to Andy Alvarez <andy_alvarez@baxter.com> for pointing this out.
-rw-r--r--ChangeLog13
-rw-r--r--ChangeLogs/ChangeLog-02a13
-rw-r--r--ChangeLogs/ChangeLog-03a13
3 files changed, 39 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 230776327ac..1e9030ddde4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Thu Jun 28 13:05:12 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * ace/CDR_Stream.{h,i,cpp}:
+
+ Update to_(w)string and from_(w)string to conform to the
+ latest C++ mapping (00-01-02). Extra constructors have
+ been added, taking a const (w)string, and the val_
+ member of from_(w)string has been made const. The constructor
+ taking a non-const (w)string for to_(w)string has been
+ deprecated, and will be removed from the spec at some point.
+ Thanks to Andy Alvarez <andy_alvarez@baxter.com> for pointing
+ this out.
+
Thu Jun 28 07:08:26 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/TP_Reactor.cpp: Added a sanity check. The check involves
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 230776327ac..1e9030ddde4 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,16 @@
+Thu Jun 28 13:05:12 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * ace/CDR_Stream.{h,i,cpp}:
+
+ Update to_(w)string and from_(w)string to conform to the
+ latest C++ mapping (00-01-02). Extra constructors have
+ been added, taking a const (w)string, and the val_
+ member of from_(w)string has been made const. The constructor
+ taking a non-const (w)string for to_(w)string has been
+ deprecated, and will be removed from the spec at some point.
+ Thanks to Andy Alvarez <andy_alvarez@baxter.com> for pointing
+ this out.
+
Thu Jun 28 07:08:26 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/TP_Reactor.cpp: Added a sanity check. The check involves
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 230776327ac..1e9030ddde4 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,16 @@
+Thu Jun 28 13:05:12 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * ace/CDR_Stream.{h,i,cpp}:
+
+ Update to_(w)string and from_(w)string to conform to the
+ latest C++ mapping (00-01-02). Extra constructors have
+ been added, taking a const (w)string, and the val_
+ member of from_(w)string has been made const. The constructor
+ taking a non-const (w)string for to_(w)string has been
+ deprecated, and will be removed from the spec at some point.
+ Thanks to Andy Alvarez <andy_alvarez@baxter.com> for pointing
+ this out.
+
Thu Jun 28 07:08:26 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/TP_Reactor.cpp: Added a sanity check. The check involves