diff options
author | Jose <jose@zeroc.com> | 2014-10-14 17:05:00 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-10-14 17:05:00 +0200 |
commit | c13c7f6cf80c1139f9b374a37d4053b64cae11b3 (patch) | |
tree | 287579be5eea1dc5bce260d10e7a668570a6a043 /cpp/test/Ice/optional/TestI.cpp | |
parent | Fixed (ICE-5734) - Support for --cross=js (diff) | |
download | ice-c13c7f6cf80c1139f9b374a37d4053b64cae11b3.tar.bz2 ice-c13c7f6cf80c1139f9b374a37d4053b64cae11b3.tar.xz ice-c13c7f6cf80c1139f9b374a37d4053b64cae11b3.zip |
Fixed (ICE-5738) - test optional cross fails for Java/C# with C++ client
Diffstat (limited to 'cpp/test/Ice/optional/TestI.cpp')
-rw-r--r-- | cpp/test/Ice/optional/TestI.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/test/Ice/optional/TestI.cpp b/cpp/test/Ice/optional/TestI.cpp index f0486c57e7e..4f16a046ae4 100644 --- a/cpp/test/Ice/optional/TestI.cpp +++ b/cpp/test/Ice/optional/TestI.cpp @@ -400,3 +400,9 @@ InitialI::supportsCsharpSerializable(const Ice::Current&) { return true; } + +bool +InitialI::supportsCppStringView(const Ice::Current&) +{ + return true; +} |