diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-01-04 16:18:04 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-01-04 16:18:04 +0000 |
commit | 5a38962d977b5c6786cec61cd79b7c9dbe6c65ab (patch) | |
tree | 77349fdef23a7a869b617863c558ef281899ae63 /cppe/include/IceE/BasicStream.h | |
parent | Added IceGrid.Node.DisableOnFailure (diff) | |
download | ice-5a38962d977b5c6786cec61cd79b7c9dbe6c65ab.tar.bz2 ice-5a38962d977b5c6786cec61cd79b7c9dbe6c65ab.tar.xz ice-5a38962d977b5c6786cec61cd79b7c9dbe6c65ab.zip |
Added zero copy byte sequence read function
Diffstat (limited to 'cppe/include/IceE/BasicStream.h')
-rw-r--r-- | cppe/include/IceE/BasicStream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cppe/include/IceE/BasicStream.h b/cppe/include/IceE/BasicStream.h index f1d7b42d723..881bf5c3964 100644 --- a/cppe/include/IceE/BasicStream.h +++ b/cppe/include/IceE/BasicStream.h @@ -102,6 +102,7 @@ public: void write(const std::vector<Ice::Byte>&); void read(std::vector<Ice::Byte>&); + void read(std::pair<const Ice::Byte*, const Ice::Byte*>&); void write(bool v) { |