mmserv/tms/inc/tmscallserverstartparam.h
branchRCL_3
changeset 3 4f62049db6ac
parent 0 71ca22bcf22a
equal deleted inserted replaced
0:71ca22bcf22a 3:4f62049db6ac
    16  */
    16  */
    17 
    17 
    18 #ifndef TMSCALLSERVERSTARTPARAM_H
    18 #ifndef TMSCALLSERVERSTARTPARAM_H
    19 #define TMSCALLSERVERSTARTPARAM_H
    19 #define TMSCALLSERVERSTARTPARAM_H
    20 
    20 
       
    21 #include <glib.h>
    21 #include <e32std.h>
    22 #include <e32std.h>
    22 
    23 
    23 namespace TMS {
    24 namespace TMS {
    24 
    25 
    25 const TInt KTMSCallServerStackSize = 0x5000; //  20 KB
    26 const gint KTMSCallServerStackSize = 0x5000; //  20 KB
    26 const TInt KTMSCallServerInitHeapSize = 0x500000; // 5.2 MB
    27 const gint KTMSCallServerInitHeapSize = 0x500000; // 5.2 MB
    27 const TInt KTMSCallServerMaxHeapSize = 0x1800000; //  25 MB
    28 const gint KTMSCallServerMaxHeapSize = 0x1800000; //  25 MB
    28 
    29 
    29 // FORWARD DECLARATIONS
    30 // FORWARD DECLARATIONS
    30 class TMSServer;
    31 class TMSServer;
    31 
    32 
    32 // TMSCallServerStartParam
    33 // TMSCallServerStartParam