diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-03-07 18:51:01 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-03-07 18:51:01 +0000 |
commit | dbf4b8239f2ace554418b5de09141eff27a19bb7 (patch) | |
tree | b7d97a33283b0fab5f0f0467cba4a7291de4d5b7 /cppe/src | |
parent | Modified comment (diff) | |
download | ice-dbf4b8239f2ace554418b5de09141eff27a19bb7.tar.bz2 ice-dbf4b8239f2ace554418b5de09141eff27a19bb7.tar.xz ice-dbf4b8239f2ace554418b5de09141eff27a19bb7.zip |
Added shrinkCounter
Diffstat (limited to 'cppe/src')
-rw-r--r-- | cppe/src/IceE/Buffer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cppe/src/IceE/Buffer.cpp b/cppe/src/IceE/Buffer.cpp index ae7563a7aa5..c6b758b3a5b 100644 --- a/cppe/src/IceE/Buffer.cpp +++ b/cppe/src/IceE/Buffer.cpp @@ -68,6 +68,7 @@ IceInternal::Buffer::Container::swap(Container& other) std::swap(_size, other._size); std::swap(_capacity, other._capacity); + std::swap(_shrinkCounter, other._shrinkCounter); } void |