Re-introduce two lines apparently accidentally removed yesterday

... in 43d57d105d.

Change-Id: I07a1b9cb4edb34558c1b4aaf56a01b635de49f65
This commit is contained in:
Tor Lillqvist
2016-03-15 08:13:25 +02:00
parent fccebf16bd
commit 869262bcc9

View File

@@ -78,6 +78,9 @@ class X509Certificate_MSCryptImpl : public ::cppu::WeakImplHelper<
//Methods from XUnoTunnel
virtual sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& aIdentifier ) throw (css::uno::RuntimeException);
/// @see xmlsecurity::Certificate::getSHA256Thumbprint().
virtual css::uno::Sequence<sal_Int8> getSHA256Thumbprint() throw (css::uno::RuntimeException, std::exception) override;
static const css::uno::Sequence< sal_Int8 >& getUnoTunnelId() ;
static X509Certificate_MSCryptImpl* getImplementation( const css::uno::Reference< css::uno::XInterface >& rObj ) ;