diff options
| author | Vincent Richard <[email protected]> | 2004-10-21 15:05:47 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2004-10-21 15:05:47 +0000 |
| commit | 2949fb51f13e1236d5c161f02e1c2c8541100e9f (patch) | |
| tree | 991edcf50483116ce83977a4d9e652de8c5328dc /src/messaging/authenticationInfos.hpp | |
| parent | header class unit tests added (diff) | |
| download | vmime-2949fb51f13e1236d5c161f02e1c2c8541100e9f.tar.gz vmime-2949fb51f13e1236d5c161f02e1c2c8541100e9f.zip | |
Refactoring (see ChangeLog).
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: |
