summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-11-11 08:19:38 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-11-11 08:19:38 +0000
commit7bada1819d0b6fa49f38692993233f04850e93c7 (patch)
tree74df836aea4b8c1d4849a86701abb3af8abfd6df
parent57cde025da9e36afde712489c830ac2216c59a0b (diff)
INTEGRATION: CWS xmlsec13 (1.2.48); FILE MERGED
2005/10/31 13:37:55 jl 1.2.48.2: RESYNC: (1.2-1.3); FILE MERGED 2005/10/25 08:19:19 jl 1.2.48.1: #54495# #54047# extra verification of certificates, better errorhandling
-rw-r--r--xmlsecurity/source/xmlsec/errorcallback.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/xmlsecurity/source/xmlsec/errorcallback.hxx b/xmlsecurity/source/xmlsec/errorcallback.hxx
index 7e67128af2e2..809cea78e6ec 100644
--- a/xmlsecurity/source/xmlsec/errorcallback.hxx
+++ b/xmlsecurity/source/xmlsec/errorcallback.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: errorcallback.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 17:26:10 $
+ * last change: $Author: rt $ $Date: 2005-11-11 09:19:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -48,8 +48,10 @@
#include <com/sun/star/xml/crypto/XXMLEncryptionTemplate.hpp>
#endif
-void setErrorRecorder(const ::com::sun::star::uno::Reference< ::com::sun::star::xml::crypto::XXMLSignatureTemplate >& xTemplate);
-void setErrorRecorder(const ::com::sun::star::uno::Reference< ::com::sun::star::xml::crypto::XXMLEncryptionTemplate >& xTemplate);
+// Only used for logging
+void setErrorRecorder();
+//ToDo
+//void setErrorRecorder(const ::com::sun::star::uno::Reference< ::com::sun::star::xml::crypto::XXMLEncryptionTemplate >& xTemplate);
void clearErrorRecorder();
#endif