diff options
Diffstat (limited to 'Swiften/Component')
-rw-r--r-- | Swiften/Component/UnitTest/ComponentSessionTest.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Swiften/Component/UnitTest/ComponentSessionTest.cpp b/Swiften/Component/UnitTest/ComponentSessionTest.cpp index d35a664..b6b57dd 100644 --- a/Swiften/Component/UnitTest/ComponentSessionTest.cpp +++ b/Swiften/Component/UnitTest/ComponentSessionTest.cpp @@ -123,6 +123,14 @@ class ComponentSessionTest : public CppUnit::TestFixture { return false; } + virtual Certificate::ref getPeerCertificate() const { + return Certificate::ref(); + } + + virtual boost::optional<CertificateVerificationError> getPeerCertificateVerificationError() const { + return boost::optional<CertificateVerificationError>(); + } + virtual void addZLibCompression() { assert(false); } |