Home
last modified time | relevance | path

Searched refs:_rxCommandProc (Results 1 – 1 of 1) sorted by relevance

/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx261 static Any lcl_executeCommand_throw( const Reference< XCommandProcessor >& _rxCommandProc, in lcl_executeCommand_throw() argument
264 OSL_PRECOND( _rxCommandProc.is(), "lcl_executeCommand_throw: illegal object!" ); in lcl_executeCommand_throw()
265 if ( !_rxCommandProc.is() ) in lcl_executeCommand_throw()
270 return _rxCommandProc->execute( in lcl_executeCommand_throw()
271 aCommand, _rxCommandProc->createCommandIdentifier(), NULL ); in lcl_executeCommand_throw()

Completed in 19 milliseconds