diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 13:56:25 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 13:56:25 +0000 |
commit | e879b397af39bbc533f9af9febe9b2f26be16fed (patch) | |
tree | bab78bc292121d82a7ab6d3175050bf5e6521911 /xmlsecurity/source/helper/xmlsignaturehelper2.hxx | |
parent | 72f5e1bba13cebf4ee3f689a2e5697147a2e1025 (diff) |
INTEGRATION: CWS xmlsec06 (1.2.2); FILE MERGED
2004/10/12 08:30:51 mmi 1.2.2.1: add error detail information
Issue number:
Submitted by:
Reviewed by:
Diffstat (limited to 'xmlsecurity/source/helper/xmlsignaturehelper2.hxx')
-rw-r--r-- | xmlsecurity/source/helper/xmlsignaturehelper2.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlsecurity/source/helper/xmlsignaturehelper2.hxx b/xmlsecurity/source/helper/xmlsignaturehelper2.hxx index 1dec9015b216..52b6fab6348a 100644 --- a/xmlsecurity/source/helper/xmlsignaturehelper2.hxx +++ b/xmlsecurity/source/helper/xmlsignaturehelper2.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlsignaturehelper2.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mt $ $Date: 2004-07-16 15:58:49 $ + * last change: $Author: rt $ $Date: 2004-11-26 14:56:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,11 +106,11 @@ public: com::sun::star::xml::sax::XDocumentHandler > xNextHandler); // com::sun::star::xml::crypto::sax::XSignatureCreationResultListener - virtual void SAL_CALL signatureCreated( sal_Int32 securityId, com::sun::star::xml::crypto::sax::SignatureCreationResult creationResult ) + virtual void SAL_CALL signatureCreated( sal_Int32 securityId, com::sun::star::xml::crypto::SecurityOperationStatus creationResult ) throw (com::sun::star::uno::RuntimeException); // com::sun::star::xml::crypto::sax::XSignatureVerifyResultListener - virtual void SAL_CALL signatureVerified( sal_Int32 securityId, com::sun::star::xml::crypto::sax::SignatureVerifyResult verifyResult ) + virtual void SAL_CALL signatureVerified( sal_Int32 securityId, com::sun::star::xml::crypto::SecurityOperationStatus verifyResult ) throw (com::sun::star::uno::RuntimeException); // com::sun::star::xml::sax::XDocumentHandler |