diff options
author | Mark Spruiell <mes@zeroc.com> | 2010-05-25 10:41:30 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2010-05-25 10:41:30 -0700 |
commit | ff15aebd76de59b3ac8d34ecccaf3cbe4a5df01b (patch) | |
tree | 3fd2921fac9acf7751b390401767bb587dacab89 /cpp/include/Slice/Parser.h | |
parent | updating CHANGES for bug 4723 (diff) | |
download | ice-ff15aebd76de59b3ac8d34ecccaf3cbe4a5df01b.tar.bz2 ice-ff15aebd76de59b3ac8d34ecccaf3cbe4a5df01b.tar.xz ice-ff15aebd76de59b3ac8d34ecccaf3cbe4a5df01b.zip |
bug 4758 - bogus C++ streaming code for nested types
Diffstat (limited to 'cpp/include/Slice/Parser.h')
-rw-r--r-- | cpp/include/Slice/Parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/include/Slice/Parser.h b/cpp/include/Slice/Parser.h index c0d6a2c7300..ad390b12b4e 100644 --- a/cpp/include/Slice/Parser.h +++ b/cpp/include/Slice/Parser.h @@ -441,6 +441,7 @@ public: bool hasOtherConstructedOrExceptions() const; // Exceptions or constructed types other than classes. bool hasContentsWithMetaData(const std::string&) const; bool hasAsyncOps() const; + bool hasNonLocalContained(Contained::ContainedType) const; std::string thisScope() const; void mergeModules(); void sort(); |