Kaydet (Commit) 4f06c1f4 authored tarafından Michael Mi's avatar Michael Mi

update

Issue number:
Submitted by:
Reviewed by:
üst 5e0e07c2
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: xmlsignaturehelper.cxx,v $ * $RCSfile: xmlsignaturehelper.cxx,v $
* *
* $Revision: 1.6 $ * $Revision: 1.7 $
* *
* last change: $Author: mmi $ $Date: 2004-07-16 06:36:49 $ * last change: $Author: mmi $ $Date: 2004-07-16 06:45:00 $
* *
* 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
...@@ -78,6 +78,7 @@ ...@@ -78,6 +78,7 @@
//MM : search for the default profile //MM : search for the default profile
#include <unotools/streamhelper.hxx> #include <unotools/streamhelper.hxx>
#include <stdio.h>
//MM : end //MM : end
/* SEInitializer component */ /* SEInitializer component */
...@@ -112,7 +113,6 @@ bool XMLSignatureHelper::Init( const rtl::OUString& rTokenPath ) ...@@ -112,7 +113,6 @@ 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 )
...@@ -151,13 +151,14 @@ bool XMLSignatureHelper::Init( const rtl::OUString& rTokenPath ) ...@@ -151,13 +151,14 @@ 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
fprintf(stdout, "hello!");
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