summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-05-14 19:47:17 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-05-14 19:47:17 +0000
commite043d2a060c6fec99aeb7871c242928e82ca1790 (patch)
tree82bb14b92135f83dde53d5985558889248c7d398
parenta54169d542467366a63d22c28491a94d88b933a2 (diff)
downloadATCD-e043d2a060c6fec99aeb7871c242928e82ca1790.tar.gz
ChangeLogTag: Mon May 14 14:45:57 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLogs/ChangeLog-02a6
-rw-r--r--ChangeLogs/ChangeLog-03a6
-rw-r--r--ace/CDR_Stream.h7
4 files changed, 18 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index da02661dca3..04f903da2b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon May 14 14:45:57 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * ace/CDR_Stream.h (ACE_InputCDR): Somehow the removed
+ steal_data () got back into the header file. Removed the
+ method.
+
Mon May 14 11:02:20 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/Strategies_T.i: Removed the ACE_ERROR statement from the
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index da02661dca3..04f903da2b6 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Mon May 14 14:45:57 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * ace/CDR_Stream.h (ACE_InputCDR): Somehow the removed
+ steal_data () got back into the header file. Removed the
+ method.
+
Mon May 14 11:02:20 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/Strategies_T.i: Removed the ACE_ERROR statement from the
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index da02661dca3..04f903da2b6 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,9 @@
+Mon May 14 14:45:57 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * ace/CDR_Stream.h (ACE_InputCDR): Somehow the removed
+ steal_data () got back into the header file. Removed the
+ method.
+
Mon May 14 11:02:20 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/Strategies_T.i: Removed the ACE_ERROR statement from the
diff --git a/ace/CDR_Stream.h b/ace/CDR_Stream.h
index 582c0941be3..f4f838694bb 100644
--- a/ace/CDR_Stream.h
+++ b/ace/CDR_Stream.h
@@ -729,13 +729,6 @@ public:
/// stream.
void steal_from (ACE_InputCDR &cdr);
- /// Steal the contents of <cdr> in to this stream and leave the
- /// <cdr> untouched.
- /// NOTE: This is a slight modification of the steal_from ()
- /// method. It doesn't invoke reset_contents () after stealing the
- /// contents and can be used where new data blocks for the <cdr> are
- /// not needed.
- void steal_data (ACE_InputCDR &cdr);
/// Exchange data blocks with the caller of this method. The read
/// and write pointers are also exchanged.
/// Note: We now do only with the start_ message block.