diff options
Diffstat (limited to 'cpp/src/IceGrid/IceGridNode.cpp')
-rw-r--r-- | cpp/src/IceGrid/IceGridNode.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/IceGridNode.cpp b/cpp/src/IceGrid/IceGridNode.cpp index 3535cf3ab4c..ceaf2ed94e5 100644 --- a/cpp/src/IceGrid/IceGridNode.cpp +++ b/cpp/src/IceGrid/IceGridNode.cpp @@ -518,6 +518,7 @@ NodeService::stop() } catch(...) { + assert(false); } // @@ -531,6 +532,7 @@ NodeService::stop() } catch(...) { + assert(false); } // @@ -553,6 +555,7 @@ NodeService::stop() } catch(...) { + assert(false); } _activator = 0; |