diff -r f5d4820de50d -r 4fde310f06fe stif/ATSInterface/src/ATSInterface.cpp --- a/stif/ATSInterface/src/ATSInterface.cpp Tue May 25 18:01:01 2010 +0300 +++ b/stif/ATSInterface/src/ATSInterface.cpp Mon Jun 14 11:37:33 2010 +0300 @@ -561,12 +561,12 @@ _LIT( KEngineIniFile, "-engineini" ); _LIT( KModuleIniFile, "-moduleini" ); - const TInt length = User().CommandLineLength(); + const TInt length = User::CommandLineLength(); HBufC* cmdLine = HBufC::NewLC( length ); TPtr ptr = cmdLine->Des(); - User().CommandLine( ptr ); + User::CommandLine( ptr ); TBool moduleFound( EFalse ); TLex lex( ptr );