diff options
Diffstat (limited to 'cpp/src/qpid/Exception.cpp')
| -rw-r--r-- | cpp/src/qpid/Exception.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/Exception.cpp b/cpp/src/qpid/Exception.cpp index b25a6dc8f8..07f157cfc3 100644 --- a/cpp/src/qpid/Exception.cpp +++ b/cpp/src/qpid/Exception.cpp @@ -46,4 +46,6 @@ std::string Exception::str() const throw() { const char* Exception::what() const throw() { return str().c_str(); } +const std::string ClosedException::CLOSED_MESSAGE("Closed"); + } // namespace qpid |
