accessoryservices/accessoryserver/src/ASYProxy/ASYProxyAsyHandler.cpp
changeset 52 d6b9e89d80a3
parent 0 4e1aa6a622a0
child 61 8cb079868133
equal deleted inserted replaced
50:48a00b70dc49 52:d6b9e89d80a3
    28 
    28 
    29 // EXTERNAL FUNCTION PROTOTYPES
    29 // EXTERNAL FUNCTION PROTOTYPES
    30 
    30 
    31 // CONSTANTS
    31 // CONSTANTS
    32 const TInt KMinASYHeapSize      = 0x2000;
    32 const TInt KMinASYHeapSize      = 0x2000;
    33 const TInt KDefaultASYHeapSize  = 0x4000;
    33 const TInt KDefaultASYHeapSize  = 0x8000;
    34 const TInt KMaxASYHeapSize      = 0x8000;
    34 const TInt KMaxASYHeapSize      = 0x8000;
    35 
    35 
    36 const TInt KMinASYStackSize     = 0x1000;
    36 const TInt KMinASYStackSize     = 0x1000;
    37 const TInt KDefaultASYStackSize = 0x2000;
    37 const TInt KDefaultASYStackSize = 0x2000;
    38 const TInt KMaxASYStackSize     = 0x4000;
    38 const TInt KMaxASYStackSize     = 0x4000;