diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-02-06 14:21:00 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-02-06 14:21:00 +0000 |
commit | 79496603519f5356862f5bd537dd0b161d33d4be (patch) | |
tree | 9d445c1157b839098e3276dcaa10328b00866fc2 /cpp/src/slice2cpp/Gen.h | |
parent | Fixed one-shot constructors. (diff) | |
download | ice-79496603519f5356862f5bd537dd0b161d33d4be.tar.bz2 ice-79496603519f5356862f5bd537dd0b161d33d4be.tar.xz ice-79496603519f5356862f5bd537dd0b161d33d4be.zip |
Added support for alternate sequences Added custom test
Diffstat (limited to 'cpp/src/slice2cpp/Gen.h')
-rw-r--r-- | cpp/src/slice2cpp/Gen.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/slice2cpp/Gen.h b/cpp/src/slice2cpp/Gen.h index db91856bb20..3eb629039ed 100644 --- a/cpp/src/slice2cpp/Gen.h +++ b/cpp/src/slice2cpp/Gen.h @@ -379,7 +379,8 @@ private: private: - void validate(const ContainedPtr&); + void validate(const SyntaxTreeBasePtr&, const StringList&, const std::string&, const std::string&, + bool = false); StringSet _history; }; |