diff options
Diffstat (limited to 'vmime/security/sasl/SASLSocket.hpp')
-rw-r--r-- | vmime/security/sasl/SASLSocket.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vmime/security/sasl/SASLSocket.hpp b/vmime/security/sasl/SASLSocket.hpp index 0e7d209f..c450b998 100644 --- a/vmime/security/sasl/SASLSocket.hpp +++ b/vmime/security/sasl/SASLSocket.hpp @@ -69,6 +69,9 @@ public: unsigned int getStatus() const; + const string getPeerName() const; + const string getPeerAddress() const; + private: ref <SASLSession> m_session; |