Merge branch 'master' of https://github.com/kisli/vmime
This commit is contained in:
commit
9a1753dc6c
@ -70,6 +70,12 @@ shared_ptr <certificate> certificateException::getCertificate()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
shared_ptr <const certificate> certificateException::getCertificate() const
|
||||||
|
{
|
||||||
|
return m_cert;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
} // cert
|
} // cert
|
||||||
} // security
|
} // security
|
||||||
} // vmime
|
} // vmime
|
||||||
|
@ -73,6 +73,12 @@ public:
|
|||||||
*/
|
*/
|
||||||
shared_ptr <certificate> getCertificate();
|
shared_ptr <certificate> getCertificate();
|
||||||
|
|
||||||
|
/** Returns the certificate on which the problem occured.
|
||||||
|
*
|
||||||
|
* @return certificate
|
||||||
|
*/
|
||||||
|
shared_ptr <const certificate> getCertificate() const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
shared_ptr <certificate> m_cert;
|
shared_ptr <certificate> m_cert;
|
||||||
|
Loading…
Reference in New Issue
Block a user