summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-11-26 13:56:51 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-11-26 13:56:51 +0000
commit27fa2df7efe3558efbcb2aa1462234bef5778cb9 (patch)
treeeaf61c3a079c18be5db7ba4d21f45c6fc52490d8 /xmlsecurity
parent682797416c5bee8b838e4dbcbee9a9c6f214e4cb (diff)
INTEGRATION: CWS xmlsec06 (1.5.2); FILE MERGED
2004/10/12 08:30:51 mmi 1.5.2.1: add error detail information Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/helper/xsecctl.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlsecurity/source/helper/xsecctl.hxx b/xmlsecurity/source/helper/xsecctl.hxx
index ffdce8f5d623..c032ad4de79b 100644
--- a/xmlsecurity/source/helper/xsecctl.hxx
+++ b/xmlsecurity/source/helper/xsecctl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xsecctl.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mt $ $Date: 2004-08-18 09:14:42 $
+ * last change: $Author: rt $ $Date: 2004-11-26 14:56:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -579,13 +579,13 @@ public:
/*
* XSignatureCreationResultListener
*/
- virtual void SAL_CALL signatureCreated( sal_Int32 securityId, com::sun::star::xml::crypto::sax::SignatureCreationResult nResult )
+ virtual void SAL_CALL signatureCreated( sal_Int32 securityId, com::sun::star::xml::crypto::SecurityOperationStatus nResult )
throw (com::sun::star::uno::RuntimeException);
/*
* XSignatureVerifyResultListener
*/
- virtual void SAL_CALL signatureVerified( sal_Int32 securityId, com::sun::star::xml::crypto::sax::SignatureVerifyResult nResult )
+ virtual void SAL_CALL signatureVerified( sal_Int32 securityId, com::sun::star::xml::crypto::SecurityOperationStatus nResult )
throw (com::sun::star::uno::RuntimeException);
};