cmmanager/cmmgr/cmmcommon/src/cmmclistatic.cpp
changeset 27 489cf6208544
parent 20 9c97ad6591ae
--- a/cmmanager/cmmgr/cmmcommon/src/cmmclistatic.cpp	Fri May 14 16:15:46 2010 +0300
+++ b/cmmanager/cmmgr/cmmcommon/src/cmmclistatic.cpp	Thu May 27 13:17:01 2010 +0300
@@ -28,12 +28,8 @@
  * otherwise one of the system wide error codes.
  */
 TInt TCmManagerLauncher::LaunchServer(
-        const TDesC& aServerName,
         const TDesC& aServerFileName,
-        const TUid& aServerUid3,
-        const TUint aWinsMinHeapSize,
-        const TUint aWinsMaxHeapSize,
-        const TUint aWinsStackSize )
+        const TUid& aServerUid3 )
     {
     RMutex mutex;
     TInt err( KErrNone );
@@ -55,10 +51,6 @@
 
     RProcess server;
     err = server.Create( aServerFileName, KNullDesC, serverUid );
-    (void)aServerName;
-    (void)aWinsMinHeapSize;
-    (void)aWinsMaxHeapSize;
-    (void)aWinsStackSize;
 
     if ( err != KErrNone )
         {