testfws/stif/TestServer/src/TestModuleContainer.cpp
changeset 4 b8d1455fddc0
parent 2 73b88125830c
equal deleted inserted replaced
2:73b88125830c 4:b8d1455fddc0
  2270 
  2270 
  2271     Status: Proposal
  2271     Status: Proposal
  2272 
  2272 
  2273 -------------------------------------------------------------------------------
  2273 -------------------------------------------------------------------------------
  2274 */
  2274 */
  2275 TInt CheckModuleName( TFileName aModuleName, TFileName& aNewModuleName )
  2275 TInt CheckModuleName( const TFileName& aModuleName, TFileName& aNewModuleName )
  2276     {
  2276     {
  2277 //--PYTHON-- old code has been replaced with the new one
  2277 //--PYTHON-- old code has been replaced with the new one
  2278 /*
  2278 /*
  2279     // Check that length is greated than KTestScripterNameLength
  2279     // Check that length is greated than KTestScripterNameLength
  2280     if( aModuleName.Length() < KTestScripterNameLength )
  2280     if( aModuleName.Length() < KTestScripterNameLength )