diff options
author | Vincent Richard <[email protected]> | 2005-08-26 19:28:54 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-08-26 19:28:54 +0000 |
commit | dbdfee6fb5214fa19cece4afe9b5e5ea4c82979e (patch) | |
tree | 4e59f80a94f736f5e6303bfe056930385dce9974 /src/net/simpleAuthenticator.cpp | |
parent | Unit tests for 'misc::importanceHelper'. (diff) | |
download | vmime-dbdfee6fb5214fa19cece4afe9b5e5ea4c82979e.tar.gz vmime-dbdfee6fb5214fa19cece4afe9b5e5ea4c82979e.zip |
Fixed 'requestAuthInfos()' not public.
Diffstat (limited to 'src/net/simpleAuthenticator.cpp')
-rw-r--r-- | src/net/simpleAuthenticator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/simpleAuthenticator.cpp b/src/net/simpleAuthenticator.cpp index 1b6db7b4..af125f77 100644 --- a/src/net/simpleAuthenticator.cpp +++ b/src/net/simpleAuthenticator.cpp @@ -35,7 +35,7 @@ simpleAuthenticator::simpleAuthenticator(const string& username, const string& p } -const authenticationInfos simpleAuthenticator::getAuthInfos() const +const authenticationInfos simpleAuthenticator::requestAuthInfos() const { return (authenticationInfos(m_username, m_password)); } |