stif/TestInterface/src/TestInterface.cpp
changeset 26 4fde310f06fe
parent 13 33016869e0dd
child 30 86a2e675b80a
--- a/stif/TestInterface/src/TestInterface.cpp	Tue May 25 18:01:01 2010 +0300
+++ b/stif/TestInterface/src/TestInterface.cpp	Mon Jun 14 11:37:33 2010 +0300
@@ -418,7 +418,7 @@
     //__UHEAP_MARK;
 
     // Get module name from command line
-	const TInt length = User().CommandLineLength();
+	const TInt length = User::CommandLineLength();
     HBufC* cmdLine = HBufC::New( length );
     
     if ( cmdLine == NULL )
@@ -428,7 +428,7 @@
         }
 
     TPtr moduleName = cmdLine->Des();
-    User().CommandLine( moduleName );
+    User::CommandLine( moduleName );
 
     RDebug::Print(_L("StartSession() Received data [%S]"), &moduleName);