summaryrefslogtreecommitdiff
path: root/ace/CDR_Stream.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-18 22:11:39 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-18 22:11:39 +0000
commit5c3d1c2209bcf1f223288d3fbacee0da22aa9d2e (patch)
treec1c63ad2b7e925bf8e701c0407e722962fc7927e /ace/CDR_Stream.h
parent3f0f07ec657f3f4033edabb87cd8c3b32e7a59fa (diff)
downloadATCD-5c3d1c2209bcf1f223288d3fbacee0da22aa9d2e.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/CDR_Stream.h')
-rw-r--r--ace/CDR_Stream.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/CDR_Stream.h b/ace/CDR_Stream.h
index f68f5c56bdc..d8174641121 100644
--- a/ace/CDR_Stream.h
+++ b/ace/CDR_Stream.h
@@ -727,6 +727,10 @@ private:
// As above, but now the size and alignment requirements may be
// different.
+ int do_byte_swap (void) const;
+ // If non-zero then this stream is writing in non-native byte order,
+ // this is only meaningful if ACE_ENABLE_SWAP_ON_WRITE is defined.
+
protected:
ACE_Message_Block start_;
// The start of the chain of message blocks, even though in the