diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2014-07-17 13:47:13 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2014-07-17 13:47:13 -0230 |
commit | b229c12ffaeb9a4ef9a0931748c2a985e97dca25 (patch) | |
tree | b19b6c98317f897f549a07719a7dafe2ab017940 /cpp/src/Ice/StreamI.h | |
parent | ICE-5481 startSize/endSize methods aren't designed to be "reentrant" (diff) | |
download | ice-b229c12ffaeb9a4ef9a0931748c2a985e97dca25.tar.bz2 ice-b229c12ffaeb9a4ef9a0931748c2a985e97dca25.tar.xz ice-b229c12ffaeb9a4ef9a0931748c2a985e97dca25.zip |
ICE-5316 Add support for InputStream::pos() method
Diffstat (limited to 'cpp/src/Ice/StreamI.h')
-rw-r--r-- | cpp/src/Ice/StreamI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/StreamI.h b/cpp/src/Ice/StreamI.h index a31dc213346..88f9893c96f 100644 --- a/cpp/src/Ice/StreamI.h +++ b/cpp/src/Ice/StreamI.h @@ -65,6 +65,7 @@ public: virtual void readPendingObjects(); + virtual size_type pos(); virtual void rewind(); virtual void skip(Int); |