summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/plugin/Plugin.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-01-20 10:36:51 +0100
committerJose <jose@zeroc.com>2016-01-20 10:36:51 +0100
commit13f4fd6d3cc5a044db66d9c25319419bb4ede5fa (patch)
treec230ae28caba40ac1f939fbedb5fd780d49fad0c /cpp/test/Ice/plugin/Plugin.cpp
parentICE-6861 - removing public stream API (diff)
downloadice-13f4fd6d3cc5a044db66d9c25319419bb4ede5fa.tar.bz2
ice-13f4fd6d3cc5a044db66d9c25319419bb4ede5fa.tar.xz
ice-13f4fd6d3cc5a044db66d9c25319419bb4ede5fa.zip
ice_name/ice_id fixes & simplifications.
Diffstat (limited to 'cpp/test/Ice/plugin/Plugin.cpp')
-rw-r--r--cpp/test/Ice/plugin/Plugin.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/test/Ice/plugin/Plugin.cpp b/cpp/test/Ice/plugin/Plugin.cpp
index 8e4c23d8ffd..0e5e60b2e21 100644
--- a/cpp/test/Ice/plugin/Plugin.cpp
+++ b/cpp/test/Ice/plugin/Plugin.cpp
@@ -58,9 +58,9 @@ class PluginInitializeFailExeption : public std::exception
public:
- PluginInitializeFailExeption() throw() {}
- virtual ~PluginInitializeFailExeption() throw() {}
- virtual const char* what() const throw() { return "PluginInitializeFailExeption"; }
+ PluginInitializeFailExeption() ICE_NOEXCEPT {}
+ virtual ~PluginInitializeFailExeption() ICE_NOEXCEPT {}
+ virtual const char* what() const ICE_NOEXCEPT { return "PluginInitializeFailExeption"; }
};
class PluginInitializeFail : public Ice::Plugin