diff options
author | Benoit Foucher <benoit@zeroc.com> | 2018-01-24 17:31:27 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2018-01-24 17:31:27 +0100 |
commit | a172d64a27778baa8e40428f49087723b121c1bc (patch) | |
tree | 0ebd588669dfa3dfe98cec876062282e5a4a07d3 /python/modules/IcePy/ValueFactoryManager.cpp | |
parent | Added missing ICE_NOEXCEPT in IceBT/IceIAP transports (diff) | |
download | ice-a172d64a27778baa8e40428f49087723b121c1bc.tar.bz2 ice-a172d64a27778baa8e40428f49087723b121c1bc.tar.xz ice-a172d64a27778baa8e40428f49087723b121c1bc.zip |
Added missing ICE_NOEXPECT to IcePy/IceRuby/IcePHP
Diffstat (limited to 'python/modules/IcePy/ValueFactoryManager.cpp')
-rw-r--r-- | python/modules/IcePy/ValueFactoryManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/modules/IcePy/ValueFactoryManager.cpp b/python/modules/IcePy/ValueFactoryManager.cpp index eaa8d9716c5..991617d6c57 100644 --- a/python/modules/IcePy/ValueFactoryManager.cpp +++ b/python/modules/IcePy/ValueFactoryManager.cpp @@ -88,7 +88,7 @@ IcePy::ValueFactoryManager::add(const Ice::ValueFactoryPtr& f, const string& id) } Ice::ValueFactoryPtr -IcePy::ValueFactoryManager::find(const string& id) const +IcePy::ValueFactoryManager::find(const string& id) const ICE_NOEXCEPT { Lock lock(*this); |