diff options
Diffstat (limited to 'Swiften/Component/UnitTest/ComponentSessionTest.cpp')
| -rw-r--r-- | Swiften/Component/UnitTest/ComponentSessionTest.cpp | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/Swiften/Component/UnitTest/ComponentSessionTest.cpp b/Swiften/Component/UnitTest/ComponentSessionTest.cpp index 4fe8e87..ac24778 100644 --- a/Swiften/Component/UnitTest/ComponentSessionTest.cpp +++ b/Swiften/Component/UnitTest/ComponentSessionTest.cpp @@ -123,6 +123,10 @@ class ComponentSessionTest : public CppUnit::TestFixture {  					return false;  				} +				virtual ByteArray getTLSFinishMessage() const { +					return ByteArray(); +				} +  				virtual Certificate::ref getPeerCertificate() const {  					return Certificate::ref();  				}  | 
 Swift