summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/BasicStream.h
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2003-07-02 00:53:13 +0000
committerMichi Henning <michi@zeroc.com>2003-07-02 00:53:13 +0000
commit05ecde31cd6bde0ce1eebb7a7b123d4b3a23712d (patch)
tree104c46e23c2621f45f17fcf017569818ee795332 /cpp/include/Ice/BasicStream.h
parentcomments (diff)
downloadice-05ecde31cd6bde0ce1eebb7a7b123d4b3a23712d.tar.bz2
ice-05ecde31cd6bde0ce1eebb7a7b123d4b3a23712d.tar.xz
ice-05ecde31cd6bde0ce1eebb7a7b123d4b3a23712d.zip
Changed implementation of Ice.MessageSizeMax property: no longer a static
value now and initialized in Instance.
Diffstat (limited to 'cpp/include/Ice/BasicStream.h')
-rw-r--r--cpp/include/Ice/BasicStream.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/include/Ice/BasicStream.h b/cpp/include/Ice/BasicStream.h
index 28c9012e5cd..1c55d905f0d 100644
--- a/cpp/include/Ice/BasicStream.h
+++ b/cpp/include/Ice/BasicStream.h
@@ -20,7 +20,6 @@
#include <Ice/ProxyF.h>
#include <Ice/ObjectFactoryF.h>
#include <Ice/Buffer.h>
-#include <Ice/Logger.h>
#include <list>
namespace Ice
@@ -211,6 +210,8 @@ private:
int _traceSlicing;
const char* _slicingCat;
+
+ size_t _messageSizeMax;
};
}