summaryrefslogtreecommitdiff
path: root/cpp/include/Slice/Parser.h
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2010-05-25 10:41:30 -0700
committerMark Spruiell <mes@zeroc.com>2010-05-25 10:41:30 -0700
commitff15aebd76de59b3ac8d34ecccaf3cbe4a5df01b (patch)
tree3fd2921fac9acf7751b390401767bb587dacab89 /cpp/include/Slice/Parser.h
parentupdating CHANGES for bug 4723 (diff)
downloadice-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.h1
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();