diff options
| author | Vincent Richard <[email protected]> | 2004-12-26 16:46:52 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2004-12-26 16:46:52 +0000 |
| commit | f5f15e5076b979e1c532bf03a12cda96c42bf0b1 (patch) | |
| tree | f35b0ed8fd175d08101f0a0cb09cc9db26ebe75d /src/exception.hpp | |
| parent | Fixed bug in URL parsing. (diff) | |
| download | vmime-f5f15e5076b979e1c532bf03a12cda96c42bf0b1.tar.gz vmime-f5f15e5076b979e1c532bf03a12cda96c42bf0b1.zip | |
Allow creating a service from an URL.
Diffstat (limited to 'src/exception.hpp')
| -rw-r--r-- | src/exception.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exception.hpp b/src/exception.hpp index 4ed40485..d7f95b95 100644 --- a/src/exception.hpp +++ b/src/exception.hpp @@ -399,7 +399,7 @@ class no_service_available : public messaging_exception { public: - no_service_available(const exception& other = NO_EXCEPTION); + no_service_available(const string& proto = "", const exception& other = NO_EXCEPTION); ~no_service_available() throw(); exception* clone() const; |
