Kaydet (Commit) e23e9deb authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS xmlsec10 (1.2.24); FILE MERGED

2005/03/23 09:52:47 mmi 1.2.24.1: idl review
Issue number:
Submitted by:
Reviewed by:
üst 900cf094
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: securityengine.cxx,v $ * $RCSfile: securityengine.cxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: rt $ $Date: 2004-11-26 14:53:55 $ * last change: $Author: rt $ $Date: 2005-03-29 13:21:55 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -80,7 +80,7 @@ SecurityEngine::SecurityEngine( const cssu::Reference< cssl::XMultiServiceFactor ...@@ -80,7 +80,7 @@ SecurityEngine::SecurityEngine( const cssu::Reference< cssl::XMultiServiceFactor
m_nNumOfResolvedReferences(0), m_nNumOfResolvedReferences(0),
m_bMissionDone(false), m_bMissionDone(false),
m_nSecurityId(-1), m_nSecurityId(-1),
m_nStatus(::com::sun::star::xml::crypto::SecurityOperationStatus_STATUS_UNKNOWN) m_nStatus(::com::sun::star::xml::crypto::SecurityOperationStatus_UNKNOWN)
{ {
} }
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: xmlencryptiontemplateimpl.cxx,v $ * $RCSfile: xmlencryptiontemplateimpl.cxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: rt $ $Date: 2004-11-26 14:54:49 $ * last change: $Author: rt $ $Date: 2005-03-29 13:22:10 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -83,7 +83,7 @@ XMLEncryptionTemplateImpl :: XMLEncryptionTemplateImpl( const Reference< XMultiS ...@@ -83,7 +83,7 @@ XMLEncryptionTemplateImpl :: XMLEncryptionTemplateImpl( const Reference< XMultiS
: m_xServiceManager( aFactory ), : m_xServiceManager( aFactory ),
m_xTemplate( NULL ), m_xTemplate( NULL ),
m_xTarget( NULL ), m_xTarget( NULL ),
m_nStatus ( ::com::sun::star::xml::crypto::SecurityOperationStatus_STATUS_UNKNOWN ) { m_nStatus ( ::com::sun::star::xml::crypto::SecurityOperationStatus_UNKNOWN ) {
} }
XMLEncryptionTemplateImpl :: ~XMLEncryptionTemplateImpl() { XMLEncryptionTemplateImpl :: ~XMLEncryptionTemplateImpl() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment