diff options
author | Jose <jose@zeroc.com> | 2017-02-10 12:59:45 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-02-10 12:59:45 +0100 |
commit | e9ff04cb3f82eed72e325f7c51b42e56a9b1daba (patch) | |
tree | 62990984c0e933e348390728f9970bc63127b27f /cpp/test/Ice/proxy/TestI.cpp | |
parent | Fixed (ICE-7540) - IceGridGUI discovers unreachable locators (diff) | |
download | ice-e9ff04cb3f82eed72e325f7c51b42e56a9b1daba.tar.bz2 ice-e9ff04cb3f82eed72e325f7c51b42e56a9b1daba.tar.xz ice-e9ff04cb3f82eed72e325f7c51b42e56a9b1daba.zip |
Emit deprecated warnings for classes implementing interfaces
Diffstat (limited to 'cpp/test/Ice/proxy/TestI.cpp')
-rw-r--r-- | cpp/test/Ice/proxy/TestI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/proxy/TestI.cpp b/cpp/test/Ice/proxy/TestI.cpp index bc4a2ff971f..afc666b0ef7 100644 --- a/cpp/test/Ice/proxy/TestI.cpp +++ b/cpp/test/Ice/proxy/TestI.cpp @@ -48,7 +48,7 @@ bool MyDerivedClassI::ice_isA(string s, const Ice::Current& current) const { _ctx = current.ctx; - return Test::MyDerivedClassDisp::ice_isA(move(s), current); + return Test::MyDerivedClass::ice_isA(move(s), current); } #else bool |