summaryrefslogtreecommitdiff
path: root/xmlsecurity/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-10 17:13:49 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-10 17:13:49 +0000
commitd3ff8f63fc3b547d0fc11417216c35c836cdb6d0 (patch)
tree9f6a880391d8ffe4f9164aa3362a3009fac8553e /xmlsecurity/source
parentda7d7a2455eb9b762c6e78b325f4be2fa5231e29 (diff)
INTEGRATION: CWS xmlsec08 (1.2.10); FILE MERGED
2005/01/20 03:34:28 mmi 1.2.10.1: smartcard support Issue number: 38448 Submitted by: Reviewed by:
Diffstat (limited to 'xmlsecurity/source')
-rw-r--r--xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.hxx b/xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.hxx
index 056f551ba5e8..b035eb39e889 100644
--- a/xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.hxx
+++ b/xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlencryption_nssimpl.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 14:59:16 $
+ * last change: $Author: vg $ $Date: 2005-03-10 18:13:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -125,7 +125,7 @@ class XMLEncryption_NssImpl : public ::cppu::WeakImplHelper3<
//Methods from XXMLEncryption
virtual ::com::sun::star::uno::Reference< ::com::sun::star::xml::crypto::XXMLEncryptionTemplate > SAL_CALL encrypt(
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::crypto::XXMLEncryptionTemplate >& aTemplate ,
- const ::com::sun::star::uno::Reference< ::com::sun::star::xml::crypto::XXMLSecurityContext >& aContext)
+ const ::com::sun::star::uno::Reference< ::com::sun::star::xml::crypto::XSecurityEnvironment >& aEnvironment)
// ) throw( ::com::sun::star::uno::Exception , ::com::sun::star::uno::RuntimeException ) ;
throw ( com::sun::star::xml::crypto::XMLEncryptionException ,
com::sun::star::uno::SecurityException);