--- a/stif/ATSInterface/src/ATSInterface.cpp Wed Apr 14 17:35:04 2010 +0300
+++ b/stif/ATSInterface/src/ATSInterface.cpp Tue Apr 27 18:14: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 );