diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-03-30 13:09:01 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-03-30 13:09:01 +0000 |
commit | e04358f8ef3eaafb1c574e1bc363710e616465fd (patch) | |
tree | ea3aba766e1af0b80130dba2d0057e4daa41fb44 /cpp/src/slice2cppe/Gen.h | |
parent | Fix (diff) | |
download | ice-e04358f8ef3eaafb1c574e1bc363710e616465fd.tar.bz2 ice-e04358f8ef3eaafb1c574e1bc363710e616465fd.tar.xz ice-e04358f8ef3eaafb1c574e1bc363710e616465fd.zip |
Fixed windows comile error
Diffstat (limited to 'cpp/src/slice2cppe/Gen.h')
-rw-r--r-- | cpp/src/slice2cppe/Gen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/slice2cppe/Gen.h b/cpp/src/slice2cppe/Gen.h index 172942b04be..9be5619bfe5 100644 --- a/cpp/src/slice2cppe/Gen.h +++ b/cpp/src/slice2cppe/Gen.h @@ -41,6 +41,8 @@ public: bool operator!() const; // Returns true if there was a constructor error void generate(const UnitPtr&); + static bool setUseWstring(ContainedPtr, std::list<bool>&, bool); + static bool resetUseWstring(std::list<bool>&); private: @@ -292,8 +294,6 @@ private: }; static void validateMetaData(const UnitPtr&); - static bool setUseWstring(ContainedPtr, std::list<bool>&, bool); - static bool resetUseWstring(std::list<bool>&); static void printHeader(IceUtil::Output&); static void printVersionCheck(IceUtil::Output&); static void printDllExportStuff(IceUtil::Output&, const std::string&); |