diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-18 22:11:39 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-18 22:11:39 +0000 |
commit | 5c3d1c2209bcf1f223288d3fbacee0da22aa9d2e (patch) | |
tree | c1c63ad2b7e925bf8e701c0407e722962fc7927e /ace/CDR_Stream.h | |
parent | 3f0f07ec657f3f4033edabb87cd8c3b32e7a59fa (diff) | |
download | ATCD-5c3d1c2209bcf1f223288d3fbacee0da22aa9d2e.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/CDR_Stream.h')
-rw-r--r-- | ace/CDR_Stream.h | 4 |
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 |