cmmanager/cmmgr/cmmcommon/inc/cmmclistatic.h
changeset 27 489cf6208544
parent 20 9c97ad6591ae
--- a/cmmanager/cmmgr/cmmcommon/inc/cmmclistatic.h	Fri May 14 16:15:46 2010 +0300
+++ b/cmmanager/cmmgr/cmmcommon/inc/cmmclistatic.h	Thu May 27 13:17:01 2010 +0300
@@ -22,9 +22,6 @@
 
 #include <e32std.h>
 
-const TUint KCmmDefaultMinHeapSize =  0x1000;  //  4K
-const TUint KCmmDefaultMaxHeapSize = 0x10000;  // 64K
-
 const TInt KCmmDefaultMessageSlots = 2;
 
 _LIT( KCmManagerStartupMutex, "CmManagerStartupMutex" );
@@ -37,12 +34,8 @@
     {
 public:
     static TInt LaunchServer(
-            const TDesC& aServerName,
             const TDesC& aServerFileName,
-            const TUid& aServerUid3,
-            const TUint aWinsMinHeapSize = KCmmDefaultMinHeapSize,
-            const TUint aWinsMaxHeapSize = KCmmDefaultMaxHeapSize,
-            const TUint aWinsStackSize = KDefaultStackSize );
+            const TUid& aServerUid3 );
 
 private:
     static TBool ServerStartupLock( RMutex& mutex, TInt& err );