diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-04-06 16:48:00 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-04-06 16:48:00 +0000 |
commit | 484186826922980e3e1da203e97c3e262ceef418 (patch) | |
tree | cc9995b1f3efe3b9884de9ff483a0db81ac43e6a /cpp/src/slice2cppe/Gen.h | |
parent | Removed compression (diff) | |
download | ice-484186826922980e3e1da203e97c3e262ceef418.tar.bz2 ice-484186826922980e3e1da203e97c3e262ceef418.tar.xz ice-484186826922980e3e1da203e97c3e262ceef418.zip |
Removed slice checksums
Diffstat (limited to 'cpp/src/slice2cppe/Gen.h')
-rw-r--r-- | cpp/src/slice2cppe/Gen.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/slice2cppe/Gen.h b/cpp/src/slice2cppe/Gen.h index a7b87ee55de..c0abba0a8ab 100644 --- a/cpp/src/slice2cppe/Gen.h +++ b/cpp/src/slice2cppe/Gen.h @@ -28,7 +28,6 @@ public: const std::vector<std::string>&, const std::string&, const std::string&, - bool, bool); ~Gen(); @@ -51,7 +50,6 @@ private: std::vector<std::string> _includePaths; std::string _dllExport; bool _impl; - bool _checksum; class TypesVisitor : public ::IceUtil::noncopyable, public ParserVisitor { |