summaryrefslogtreecommitdiff
path: root/TAO/tao/CDR.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/CDR.h')
-rw-r--r--TAO/tao/CDR.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/CDR.h b/TAO/tao/CDR.h
index 66b26684126..5b496cf543b 100644
--- a/TAO/tao/CDR.h
+++ b/TAO/tao/CDR.h
@@ -319,6 +319,10 @@ private:
// could be interesting to find the break even point and optimize
// for that case, but that would be too platform dependent.
+ int do_byte_swap (void) const;
+ // If non-zero then this stream is writing in non-native byte order,
+ // this is only meaningful if TAO_ENABLE_SWAP_ON_WRITE is defined.
+
private:
ACE_Message_Block start_;
// The start of the chain of message blocks.