aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/simpleAuthenticator.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-08-26 19:28:54 +0000
committerVincent Richard <[email protected]>2005-08-26 19:28:54 +0000
commitdbdfee6fb5214fa19cece4afe9b5e5ea4c82979e (patch)
tree4e59f80a94f736f5e6303bfe056930385dce9974 /src/net/simpleAuthenticator.cpp
parentUnit tests for 'misc::importanceHelper'. (diff)
downloadvmime-dbdfee6fb5214fa19cece4afe9b5e5ea4c82979e.tar.gz
vmime-dbdfee6fb5214fa19cece4afe9b5e5ea4c82979e.zip
Fixed 'requestAuthInfos()' not public.
Diffstat (limited to 'src/net/simpleAuthenticator.cpp')
-rw-r--r--src/net/simpleAuthenticator.cpp2
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));
}