summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-10-03 20:09:18 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-10-03 20:09:18 +0000
commitf470a9bdecb01062e07205d785804926d307b1f3 (patch)
treea78445f7ab9bb3d2b7f91cd7ab7b6eb0cb94a73f
parentbe6789c2245565c9ec50d25fdbd65e0f858071ed (diff)
downloadATCD-f470a9bdecb01062e07205d785804926d307b1f3.tar.gz
* ace/CDR_Stream.cpp (read_1);
Reverted changed made in Fri Aug 17 16:56:16 2001 Jeff Parsons <parsons@cs.wustl.edu> to read_1(). A similar change made in several other methods is ok, but in this case bytes can be copied into the input CDR stream without changing wr_ptr, so the check will fail unnecessarily. Thanks to Brad Hoskins <BHoskins@slo.newport.com> for pointing this out.
-rw-r--r--ChangeLog14
-rw-r--r--ChangeLogs/ChangeLog-02a14
-rw-r--r--ChangeLogs/ChangeLog-03a14
3 files changed, 42 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c5906ec1a5..bb6ad09968f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+Wed Oct 3 15:05:43 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * ace/CDR_Stream.cpp (read_1);
+
+ Reverted changed made in
+
+ Fri Aug 17 16:56:16 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ to read_1(). A similar change made in several other methods
+ is ok, but in this case bytes can be copied into the
+ input CDR stream without changing wr_ptr, so the check will
+ fail unnecessarily. Thanks to Brad Hoskins <BHoskins@slo.newport.com>
+ for pointing this out.
+
Wed Oct 2 12:18:37 2001 Steve Huston <shuston@riverace.com>
* examples/C++NPv1/Logging_Server.cpp: Fixed spelling error.
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 2c5906ec1a5..bb6ad09968f 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,17 @@
+Wed Oct 3 15:05:43 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * ace/CDR_Stream.cpp (read_1);
+
+ Reverted changed made in
+
+ Fri Aug 17 16:56:16 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ to read_1(). A similar change made in several other methods
+ is ok, but in this case bytes can be copied into the
+ input CDR stream without changing wr_ptr, so the check will
+ fail unnecessarily. Thanks to Brad Hoskins <BHoskins@slo.newport.com>
+ for pointing this out.
+
Wed Oct 2 12:18:37 2001 Steve Huston <shuston@riverace.com>
* examples/C++NPv1/Logging_Server.cpp: Fixed spelling error.
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 2c5906ec1a5..bb6ad09968f 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,17 @@
+Wed Oct 3 15:05:43 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * ace/CDR_Stream.cpp (read_1);
+
+ Reverted changed made in
+
+ Fri Aug 17 16:56:16 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ to read_1(). A similar change made in several other methods
+ is ok, but in this case bytes can be copied into the
+ input CDR stream without changing wr_ptr, so the check will
+ fail unnecessarily. Thanks to Brad Hoskins <BHoskins@slo.newport.com>
+ for pointing this out.
+
Wed Oct 2 12:18:37 2001 Steve Huston <shuston@riverace.com>
* examples/C++NPv1/Logging_Server.cpp: Fixed spelling error.