Kaydet (Commit) 9688f95c authored tarafından Michael Mi's avatar Michael Mi

update

Issue number:
Submitted by:
Reviewed by:
üst 7c3ce58e
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: xmlsignaturehelper.cxx,v $ * $RCSfile: xmlsignaturehelper.cxx,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: mmi $ $Date: 2004-07-16 02:22:26 $ * last change: $Author: mmi $ $Date: 2004-07-16 06:35:07 $
* *
* 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
...@@ -112,6 +112,7 @@ bool XMLSignatureHelper::Init( const rtl::OUString& rTokenPath ) ...@@ -112,6 +112,7 @@ bool XMLSignatureHelper::Init( const rtl::OUString& rTokenPath )
ImplCreateSEInitializer(); ImplCreateSEInitializer();
//MM : search for the default profile //MM : search for the default profile
/*
rtl::OUString tokenPath = rTokenPath; rtl::OUString tokenPath = rTokenPath;
if( tokenPath.getLength() == 0 ) if( tokenPath.getLength() == 0 )
...@@ -149,12 +150,12 @@ bool XMLSignatureHelper::Init( const rtl::OUString& rTokenPath ) ...@@ -149,12 +150,12 @@ bool XMLSignatureHelper::Init( const rtl::OUString& rTokenPath )
} }
} }
} }
*/
mxSecurityContext = mxSEInitializer->createSecurityContext( tokenPath ); mxSecurityContext = mxSEInitializer->createSecurityContext( tokenPath );
//MM : end //MM : end
//MM : search for the default profile //MM : search for the default profile
//mxSecurityContext = mxSEInitializer->createSecurityContext( rTokenPath ); mxSecurityContext = mxSEInitializer->createSecurityContext( rTokenPath );
//MM : end //MM : end
return mxSecurityContext.is(); return mxSecurityContext.is();
......
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