summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/CommunicatorI.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2017-01-26 18:12:02 +0100
committerBenoit Foucher <benoit@zeroc.com>2017-01-26 18:12:02 +0100
commitb0f45efeb19159bdda8e62d0abdfc150d50b8c2b (patch)
tree1b1fb7ce858d9cfc9c43f0be4beee97ab1c76d40 /cpp/src/Ice/CommunicatorI.h
parentFixed JS tests to run again Ice/exceptions and optionals test with bidir (diff)
downloadice-b0f45efeb19159bdda8e62d0abdfc150d50b8c2b.tar.bz2
ice-b0f45efeb19159bdda8e62d0abdfc150d50b8c2b.tar.xz
ice-b0f45efeb19159bdda8e62d0abdfc150d50b8c2b.zip
Fixed ICE-6920 - Communicator::destroy is now noexcept
Diffstat (limited to 'cpp/src/Ice/CommunicatorI.h')
-rw-r--r--cpp/src/Ice/CommunicatorI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/CommunicatorI.h b/cpp/src/Ice/CommunicatorI.h
index 767923b7346..c1ef6279068 100644
--- a/cpp/src/Ice/CommunicatorI.h
+++ b/cpp/src/Ice/CommunicatorI.h
@@ -31,7 +31,7 @@ class CommunicatorI : public Communicator
{
public:
- virtual void destroy();
+ virtual void destroy() ICE_NOEXCEPT;
virtual void shutdown();
virtual void waitForShutdown();
virtual bool isShutdown() const;