diff options
author | Mark Spruiell <mes@zeroc.com> | 2012-11-26 09:27:49 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2012-11-26 09:27:49 -0800 |
commit | 876ce1ea2b00c55085ee8d8c782a4f8bd3c42492 (patch) | |
tree | cdc69a348876864552181b7a8aaa324524317b7a /cpp/include/Slice/Parser.h | |
parent | Fixed android supported version to >= 2.3 (diff) | |
download | ice-876ce1ea2b00c55085ee8d8c782a4f8bd3c42492.tar.bz2 ice-876ce1ea2b00c55085ee8d8c782a4f8bd3c42492.tar.xz ice-876ce1ea2b00c55085ee8d8c782a4f8bd3c42492.zip |
ICE-4794 - add overloads for optional Java mapping
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 38c27bd3b14..8f467bb0ccf 100644 --- a/cpp/include/Slice/Parser.h +++ b/cpp/include/Slice/Parser.h @@ -604,6 +604,7 @@ public: bool sendsClasses(bool) const; bool returnsClasses(bool) const; bool returnsData() const; + bool sendsOptionals() const; int attributes() const; FormatType format() const; virtual std::string kindOf() const; |