From dbdfee6fb5214fa19cece4afe9b5e5ea4c82979e Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Fri, 26 Aug 2005 19:28:54 +0000 Subject: Fixed 'requestAuthInfos()' not public. --- src/net/simpleAuthenticator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/simpleAuthenticator.cpp') 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)); } -- cgit v1.2.3