summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/Buffer.h
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2003-05-04 19:27:48 +0000
committerMark Spruiell <mes@zeroc.com>2003-05-04 19:27:48 +0000
commit356f03d7498128e46a1207c07ce3f339060e19b7 (patch)
tree5263ce4e5e5c72e12027c15182947d638068f5f3 /cpp/include/Ice/Buffer.h
parentFixed property for compression: doc said the name is "Compression", but it (diff)
downloadice-356f03d7498128e46a1207c07ce3f339060e19b7.tar.bz2
ice-356f03d7498128e46a1207c07ce3f339060e19b7.tar.xz
ice-356f03d7498128e46a1207c07ce3f339060e19b7.zip
merge with e3_2003
Diffstat (limited to 'cpp/include/Ice/Buffer.h')
-rw-r--r--cpp/include/Ice/Buffer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/include/Ice/Buffer.h b/cpp/include/Ice/Buffer.h
index e4df1724921..09c3f962e86 100644
--- a/cpp/include/Ice/Buffer.h
+++ b/cpp/include/Ice/Buffer.h
@@ -24,7 +24,10 @@ class ICE_API Buffer : public ::IceUtil::noncopyable
{
public:
+ Buffer() : i(b.begin()) { }
+
typedef std::vector<Ice::Byte> Container;
+
Container b;
Container::iterator i;
};