diff options
Diffstat (limited to 'src/messaging/authenticationInfos.hpp')
-rw-r--r-- | src/messaging/authenticationInfos.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/messaging/authenticationInfos.hpp b/src/messaging/authenticationInfos.hpp index fd2da2fa..ff049419 100644 --- a/src/messaging/authenticationInfos.hpp +++ b/src/messaging/authenticationInfos.hpp @@ -42,13 +42,13 @@ public: * * @return account name */ - const string& username() const { return (m_username); } + const string& getUsername() const; /** Return the user account password. * * @return account password */ - const string& password() const { return (m_password); } + const string& getPassword() const; private: |