From 9e997f79d05ae5be084bed24758f38d4c49328c3 Mon Sep 17 00:00:00 2001 From: Malte Timmermann Date: Thu, 15 Jul 2004 06:16:12 +0000 Subject: ... --- xmlsecurity/inc/xmlsecurity/documentsignaturehelper.hxx | 4 ++-- xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'xmlsecurity/inc') diff --git a/xmlsecurity/inc/xmlsecurity/documentsignaturehelper.hxx b/xmlsecurity/inc/xmlsecurity/documentsignaturehelper.hxx index 9d452bf32d28..289964698191 100644 --- a/xmlsecurity/inc/xmlsecurity/documentsignaturehelper.hxx +++ b/xmlsecurity/inc/xmlsecurity/documentsignaturehelper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: documentsignaturehelper.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mt $ $Date: 2004-07-14 11:06:05 $ + * last change: $Author: mt $ $Date: 2004-07-15 07:16:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses diff --git a/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx b/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx index c726fd27c18a..d4fc5098ca63 100644 --- a/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx +++ b/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlsignaturehelper.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mt $ $Date: 2004-07-14 11:05:44 $ + * last change: $Author: mt $ $Date: 2004-07-15 07:16:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,6 +83,8 @@ extern rtl::OUString bigIntegerToNumericString( ::com::sun::star::uno::Sequence< extern ::com::sun::star::uno::Sequence< sal_Int8 > numericStringToBigInteger ( rtl::OUString serialNumber ); class XSecController; +class Date; +class Time; namespace com { namespace sun { @@ -196,7 +198,7 @@ public: void EndMission(); sal_Int32 GetNewSecurityId(); void SetX509Certificate( sal_Int32 nSecurityId, const rtl::OUString& ouX509IssuerName, const rtl::OUString& ouX509SerialNumber); - void SetDateTime( sal_Int32 nSecurityId, const rtl::OUString& ouDate, const rtl::OUString& ouTime); + void SetDateTime( sal_Int32 nSecurityId, const Date& rDate, const Time& rTime ); void AddForSigning( sal_Int32 securityId, const rtl::OUString& uri, const rtl::OUString& objectURL, sal_Bool bBinary ); bool CreateAndWriteSignature( const com::sun::star::uno::Reference< com::sun::star::xml::sax::XDocumentHandler >& xDocumentHandler ); -- cgit v1.2.3