diff options
Diffstat (limited to 'cpp/src/Ice/StreamI.cpp')
-rw-r--r-- | cpp/src/Ice/StreamI.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/src/Ice/StreamI.cpp b/cpp/src/Ice/StreamI.cpp index b0458637dfe..7f2ee26dadf 100644 --- a/cpp/src/Ice/StreamI.cpp +++ b/cpp/src/Ice/StreamI.cpp @@ -309,6 +309,12 @@ Ice::InputStreamI::endEncapsulation() } void +Ice::InputStreamI::skipEncapsulation() +{ + _is->skipEncaps(); +} + +void Ice::InputStreamI::skipSlice() { _is->skipSlice(); |