stif/TestServerStarter/src/TestServerStarter.cpp
branchRCL_3
changeset 14 381827f66490
parent 9 8a14024f954a
--- a/stif/TestServerStarter/src/TestServerStarter.cpp	Wed Apr 14 17:35:04 2010 +0300
+++ b/stif/TestServerStarter/src/TestServerStarter.cpp	Tue Apr 27 18:14:33 2010 +0300
@@ -53,7 +53,7 @@
     RDebug::Print(_L("STIF: New process starting"));
 
     // Get module name from command line
-	const TInt length = User().CommandLineLength();
+	const TInt length = User::CommandLineLength();
 
     HBufC* cmdLine = HBufC::New( length );
     
@@ -64,7 +64,7 @@
 
     TPtr moduleName = cmdLine->Des();
 
-	User().CommandLine( moduleName );
+	User::CommandLine( moduleName );
 
     RDebug::Print(_L("STIF: Received data [%S]"), &moduleName);