equal
deleted
inserted
replaced
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() ) |