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
This commit is contained in:
Rüdiger Timm
2005-11-11 08:19:38 +00:00
parent 57cde025da
commit 7bada1819d

View File

@@ -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