summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-07 23:17:32 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-07 23:17:32 +0000
commit159104981c6acff16f74cdfe47275a11adc99afe (patch)
treef475c46988b99466090b1a537cb47f5d3469fa8c
parent1c42593b5494449625f3d2dda169c9a3bbd28cbd (diff)
downloadATCD-159104981c6acff16f74cdfe47275a11adc99afe.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b7
-rw-r--r--TAO/ChangeLog-99c11
-rw-r--r--ace/CDR_Stream.h4
3 files changed, 20 insertions, 2 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 7b4de60ada7..120c32995b7 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,10 @@
+Wed Jul 7 18:10:35 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
+
+ * ace/CDR_Stream.h
+ * ace/CDR_Stream.i
+
+ Added a method to return <byte_order>.
+
Sat Jun 19 22:28:35 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* bin/auto_compile:
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 75556ea5084..a0e67395459 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,4 +1,15 @@
Wed Jul 7 18:13:40 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
+
+ * TAO/TAO_IDL/be/be_visitor_typecode/typecode_decl.cpp: Fixed CC5
+ warnings.
+
+ * TAO/tao/Invocation.cpp
+ * TAO/tao/Invocation.i
+ * TAO/tao/Reply_Dispatcher.cpp
+ * TAO/tao/Reply_Dispatcher.h: Integrated the CDR changes done in
+ ACE_CDR. Stealing the CDR content is coded here now.
+
+ * TAO/tests/AMI/orb_creation.cpp: Fixed CC5 warnings.
Wed Jul 7 10:55:06 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
diff --git a/ace/CDR_Stream.h b/ace/CDR_Stream.h
index b4eafa98a62..5c773d7e810 100644
--- a/ace/CDR_Stream.h
+++ b/ace/CDR_Stream.h
@@ -723,7 +723,7 @@ public:
// of message_blocks starting from <data>.
ACE_Message_Block *steal_contents (void);
- // Steal the contents from the currect CDR.
+ // Steal the contents from the currect CDR.
char* rd_ptr (void);
// Returns the current position for the rd_ptr....
@@ -743,7 +743,7 @@ public:
int byte_order (void) const;
// If <do_byte_swap> returns 1, this returns ACE_CDR_BYTE_ORDER else
- // it returns ~ACE_CDR_BYTE_ORDER.
+ // it returns ~ACE_CDR_BYTE_ORDER.
ACE_Char_Codeset_Translator *char_translator (void) const;
ACE_WChar_Codeset_Translator *wchar_translator (void) const;