realtimenetprots/sipfw/ProfileAgent/Profile/Inc/sipprofilecs.h
changeset 55 36ea1f90a3d8
parent 0 307788aac0a8
equal deleted inserted replaced
54:e4420734a2a0 55:36ea1f90a3d8
    35 _LIT(KSipProfileServerFilename, "SipProfileSrv");
    35 _LIT(KSipProfileServerFilename, "SipProfileSrv");
    36 _LIT(KSipProfileServerSemaphoreName, "SipProfileServerSemaphore");
    36 _LIT(KSipProfileServerSemaphoreName, "SipProfileServerSemaphore");
    37 _LIT(KSipProfileServerShutdownSemaphore, "SipProfileServerShutdownSemaphore");
    37 _LIT(KSipProfileServerShutdownSemaphore, "SipProfileServerShutdownSemaphore");
    38 
    38 
    39 const TUid KServerUid3 = {0x101F413C};
    39 const TUid KServerUid3 = {0x101F413C};
    40 
       
    41 #if (defined (__WINS__) || defined(__WINSCW__))
       
    42 static const TUint KServerMinHeapSize =  0x1000;  //   4K
       
    43 static const TUint KServerMaxHeapSize = 0x80000;  // 512K 
       
    44 #endif
       
    45 
    40 
    46 // The server version.
    41 // The server version.
    47 // A version must be specifyed when creating a session with the server
    42 // A version must be specifyed when creating a session with the server
    48 const TUint KSipProfileServerMajorVersionNumber=0;
    43 const TUint KSipProfileServerMajorVersionNumber=0;
    49 const TUint KSipProfileServerMinorVersionNumber=1;
    44 const TUint KSipProfileServerMinorVersionNumber=1;