diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-01-27 18:02:48 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-01-27 18:02:48 +0000 |
commit | 2185e2445a2f3779bd5a59c103a10239bd64989b (patch) | |
tree | bfebd0bfe19709aea0554127d4d7dcccd86547b0 /cpp/src/slice2cppe/Gen.h | |
parent | Added debugging info (bug 394) (diff) | |
download | ice-2185e2445a2f3779bd5a59c103a10239bd64989b.tar.bz2 ice-2185e2445a2f3779bd5a59c103a10239bd64989b.tar.xz ice-2185e2445a2f3779bd5a59c103a10239bd64989b.zip |
More change for alternate C++ sequence mappings
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 f1fe0778070..0fb3c5b1d94 100644 --- a/cpp/src/slice2cppe/Gen.h +++ b/cpp/src/slice2cppe/Gen.h @@ -262,7 +262,7 @@ private: // // Generate code to return a dummy value // - void writeReturn(::IceUtil::Output&, const TypePtr&); + void writeReturn(::IceUtil::Output&, const TypePtr&, const StringList&); }; class MetaDataVisitor : public ParserVisitor @@ -288,7 +288,7 @@ private: private: - void validate(const ContainedPtr&); + void validate(const SyntaxTreeBasePtr&, const StringList&, const std::string&, const std::string&); StringSet _history; }; |