diff options
author | Mark Spruiell <mes@zeroc.com> | 2012-12-26 15:16:24 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2012-12-26 15:16:24 -0800 |
commit | 899c375da6787c33073997eb3722342a0cc971f3 (patch) | |
tree | 9f369f06baa9634c88f6c646e9f399ab44d49657 /cpp/include/Ice/BasicStream.h | |
parent | OS X installer updates (diff) | |
download | ice-899c375da6787c33073997eb3722342a0cc971f3.tar.bz2 ice-899c375da6787c33073997eb3722342a0cc971f3.tar.xz ice-899c375da6787c33073997eb3722342a0cc971f3.zip |
compact ID support for scripting languages
Diffstat (limited to 'cpp/include/Ice/BasicStream.h')
-rw-r--r-- | cpp/include/Ice/BasicStream.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/include/Ice/BasicStream.h b/cpp/include/Ice/BasicStream.h index eee7db03d68..bf343b01ff5 100644 --- a/cpp/include/Ice/BasicStream.h +++ b/cpp/include/Ice/BasicStream.h @@ -20,6 +20,7 @@ #include <Ice/SlicedDataF.h> #include <Ice/UserExceptionFactory.h> #include <Ice/StreamHelpers.h> +#include <Ice/FactoryTable.h> namespace Ice { @@ -947,7 +948,7 @@ private: Ice::Byte _sliceFlags; Ice::Int _sliceSize; std::string _typeId; - int _compactId; + Ice::Int _compactId; IndirectPatchList _indirectPatchList; // Encapsulation attributes for object un-marshalling |