stif/ATSInterface/src/ATSInterface.cpp
changeset 26 4fde310f06fe
parent 0 a03f92240627
child 30 86a2e675b80a
equal deleted inserted replaced
21:f5d4820de50d 26:4fde310f06fe
   559     _LIT( KTestModule, "-testmodule" );
   559     _LIT( KTestModule, "-testmodule" );
   560     _LIT( KConfigFile, "-config" );
   560     _LIT( KConfigFile, "-config" );
   561     _LIT( KEngineIniFile, "-engineini" );
   561     _LIT( KEngineIniFile, "-engineini" );
   562     _LIT( KModuleIniFile, "-moduleini" );
   562     _LIT( KModuleIniFile, "-moduleini" );
   563 
   563 
   564 	const TInt length = User().CommandLineLength();
   564 	const TInt length = User::CommandLineLength();
   565 
   565 
   566     HBufC* cmdLine = HBufC::NewLC( length );
   566     HBufC* cmdLine = HBufC::NewLC( length );
   567     TPtr ptr = cmdLine->Des();
   567     TPtr ptr = cmdLine->Des();
   568 
   568 
   569 	User().CommandLine( ptr );
   569 	User::CommandLine( ptr );
   570 
   570 
   571     TBool moduleFound( EFalse );
   571     TBool moduleFound( EFalse );
   572     TLex lex( ptr );
   572     TLex lex( ptr );
   573     // Parse the command line
   573     // Parse the command line
   574     while ( !lex.Eos() )
   574     while ( !lex.Eos() )