diff options
author | Marc Laukien <marc@zeroc.com> | 2002-03-10 20:50:32 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-03-10 20:50:32 +0000 |
commit | 797a108bfab0f4acf8e07f22ef7e945eb44dd4fd (patch) | |
tree | bde138f7ec635ccff99b0e0a5586e1d5fad59692 /cpp/include | |
parent | fixes (diff) | |
download | ice-797a108bfab0f4acf8e07f22ef7e945eb44dd4fd.tar.bz2 ice-797a108bfab0f4acf8e07f22ef7e945eb44dd4fd.tar.xz ice-797a108bfab0f4acf8e07f22ef7e945eb44dd4fd.zip |
Ice protocol optimizations
Diffstat (limited to 'cpp/include')
-rw-r--r-- | cpp/include/Ice/BasicStream.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/include/Ice/BasicStream.h b/cpp/include/Ice/BasicStream.h index ec1ced5cbe8..155a0c839a9 100644 --- a/cpp/include/Ice/BasicStream.h +++ b/cpp/include/Ice/BasicStream.h @@ -48,6 +48,9 @@ public: Ice::Int getReadEncapsSize(); void skipEncaps(); + void writeSize(Ice::Int); + void readSize(Ice::Int&); + void writeBlob(const std::vector<Ice::Byte>&); void readBlob(std::vector<Ice::Byte>&, Ice::Int); |