diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-04-19 14:54:28 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-04-19 14:54:28 +0000 |
commit | 90283288bc4d4fe6aa0a7ecbc4caa262c5c46a9e (patch) | |
tree | 3399cf11248ce48b992dd63a264568129c420054 /cpp/src/slice2cppe/Gen.h | |
parent | fix for assertion failure on FC5 (diff) | |
download | ice-90283288bc4d4fe6aa0a7ecbc4caa262c5c46a9e.tar.bz2 ice-90283288bc4d4fe6aa0a7ecbc4caa262c5c46a9e.tar.xz ice-90283288bc4d4fe6aa0a7ecbc4caa262c5c46a9e.zip |
Added method to detroy session from backend
Diffstat (limited to 'cpp/src/slice2cppe/Gen.h')
-rw-r--r-- | cpp/src/slice2cppe/Gen.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/slice2cppe/Gen.h b/cpp/src/slice2cppe/Gen.h index 9be5619bfe5..da1c03cae8a 100644 --- a/cpp/src/slice2cppe/Gen.h +++ b/cpp/src/slice2cppe/Gen.h @@ -35,7 +35,8 @@ public: const std::vector<std::string>&, const std::string&, const std::string&, - bool); + bool, + bool); ~Gen(); bool operator!() const; // Returns true if there was a constructor error @@ -62,6 +63,7 @@ private: std::vector<std::string> _includePaths; std::string _dllExport; bool _impl; + bool _ice; class GlobalIncludeVisitor : private ::IceUtil::noncopyable, public ParserVisitor { |