aboutsummaryrefslogtreecommitdiffstats
path: root/src/exception.hpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-12-26 16:46:52 +0000
committerVincent Richard <[email protected]>2004-12-26 16:46:52 +0000
commitf5f15e5076b979e1c532bf03a12cda96c42bf0b1 (patch)
treef35b0ed8fd175d08101f0a0cb09cc9db26ebe75d /src/exception.hpp
parentFixed bug in URL parsing. (diff)
downloadvmime-f5f15e5076b979e1c532bf03a12cda96c42bf0b1.tar.gz
vmime-f5f15e5076b979e1c532bf03a12cda96c42bf0b1.zip
Allow creating a service from an URL.
Diffstat (limited to 'src/exception.hpp')
-rw-r--r--src/exception.hpp2
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;