summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-02 14:01:25 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-02 14:01:25 +0000
commit421f92f8a2221b263677c507292676050e047b64 (patch)
tree1d09caa6008a41d3fd70c70290695b4f5bd3370a
parent4da7f326a7fc292dce2d48bd881a2faf75bcf6e0 (diff)
downloadATCD-421f92f8a2221b263677c507292676050e047b64.tar.gz
* ace/CDR_Stream.h:
* ace/CDR_Stream.i: Added << and >> operators for ACE_CDR::Char. These are not to be used by TAO or the IDL compiler, they are solely for use with the ACE library, so that 1-byte values can be streamed without using the CORBAisms to_char and from_char. Otherwise, if a 1-byte value were on the rhs of a CDR operator, the compiler will probably promote the operator to the one using ACE_CDR::Short, which is not at all what we want.
-rw-r--r--ChangeLog-99b12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 1014ee77fe6..3193f3f0916 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,15 @@
+Thu Sep 2 08:56:39 1999 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * ace/CDR_Stream.h:
+ * ace/CDR_Stream.i:
+ Added << and >> operators for ACE_CDR::Char. These are not
+ to be used by TAO or the IDL compiler, they are solely for
+ use with the ACE library, so that 1-byte values can be
+ streamed without using the CORBAisms to_char and from_char.
+ Otherwise, if a 1-byte value were on the rhs of a CDR operator,
+ the compiler will probably promote the operator to the one
+ using ACE_CDR::Short, which is not at all what we want.
+
Wed Sep 1 21:37:59 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* tests/Makefile (BIN): Added the new CDR_File_Test.cpp to