testfws/stif/TestServer/inc/TestServer.h
changeset 4 b8d1455fddc0
parent 2 73b88125830c
equal deleted inserted replaced
2:73b88125830c 4:b8d1455fddc0
  1584 
  1584 
  1585 /**
  1585 /**
  1586 * Check is module TestScripter. Does parsing and returns new module name and
  1586 * Check is module TestScripter. Does parsing and returns new module name and
  1587 * error codes(Needed operations when creating server sessions to TestScripter).
  1587 * error codes(Needed operations when creating server sessions to TestScripter).
  1588 */
  1588 */
  1589 TInt CheckModuleName( TFileName aModuleName, TFileName& aNewModuleName );
  1589 TInt CheckModuleName( const TFileName& aModuleName, TFileName& aNewModuleName );
  1590 
  1590 
  1591 /**
  1591 /**
  1592 * Remove optional index appended to module name.
  1592 * Remove optional index appended to module name.
  1593 * If it is found (@ char) then set new module name without it.
  1593 * If it is found (@ char) then set new module name without it.
  1594 * This feature is used when iSeparateProcesses is set in TestEngine.
  1594 * This feature is used when iSeparateProcesses is set in TestEngine.