Kaydet (Commit) ce6274df authored tarafından Daniel Boelzle's avatar Daniel Boelzle

osl_executeProcess has changed

üst a684e6c6
/************************************************************************** /**************************************************************************
#* #*
#* last change $Author: kr $ $Date: 2001-05-04 07:05:18 $ #* last change $Author: dbo $ $Date: 2001-06-29 14:01:57 $
#* $Revision: 1.1 $ #* $Revision: 1.2 $
#* #*
#* $Logfile: $ #* $Logfile: $
#* #*
...@@ -1119,7 +1119,7 @@ sal_Int32 TestImpl::run( const Sequence< OUString > & rArgs ) ...@@ -1119,7 +1119,7 @@ sal_Int32 TestImpl::run( const Sequence< OUString > & rArgs )
osl_executeProcess( osl_executeProcess(
aUnoExe.pData, pArgs, sizeof(aArgs) / sizeof(OUString), aUnoExe.pData, pArgs, sizeof(aArgs) / sizeof(OUString),
osl_Process_SEARCHPATH | osl_Process_DETACHED | osl_Process_NORMAL, osl_Process_SEARCHPATH | osl_Process_DETACHED | osl_Process_NORMAL,
hSecurity, aWorkingDir.pData, 0, 0, 0, &hProcess ); hSecurity, aWorkingDir.pData, 0, 0, &hProcess );
osl_freeSecurityHandle( hSecurity ); osl_freeSecurityHandle( hSecurity );
if (! hProcess) if (! hProcess)
...@@ -1322,6 +1322,9 @@ void * SAL_CALL component_getFactory( ...@@ -1322,6 +1322,9 @@ void * SAL_CALL component_getFactory(
/************************************************************************** /**************************************************************************
$Log: not supported by cvs2svn $ $Log: not supported by cvs2svn $
Revision 1.1 2001/05/04 07:05:18 kr
moved from grande to openoffice
Revision 1.16 2001/04/19 12:53:47 kr Revision 1.16 2001/04/19 12:53:47 kr
java in process test now works java in process test now works
......
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