diff options
author | jxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-01 20:53:35 +0000 |
---|---|---|
committer | jxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-01 20:53:35 +0000 |
commit | e445eab5bffce22d139f2f0ada49772df0b144fd (patch) | |
tree | d9ebdf275d2d5943e91c0857ec3b33013d2a39e4 /ace/Message_Block.h | |
parent | fad569e24c95ba01e4ae4ec6c903c8dbf5c90110 (diff) | |
download | ATCD-e445eab5bffce22d139f2f0ada49772df0b144fd.tar.gz |
Added a space () method.
Diffstat (limited to 'ace/Message_Block.h')
-rw-r--r-- | ace/Message_Block.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Message_Block.h b/ace/Message_Block.h index 1cae830efa9..e01576c7586 100644 --- a/ace/Message_Block.h +++ b/ace/Message_Block.h @@ -292,6 +292,9 @@ public: // original offsets into the buffer, even if it is reallocated. // Returns 0 if successful, else -1. + size_t space (void) const; + // Get the amount of space remaining in the message. + // = <ACE_Data_Block> methods. ACE_Data_Block *data_block (void) const; // Get the data block. |