accessoryservices/accessoryserver/src/ASYProxy/ASYProxyAsyHandler.cpp
branchRCL_3
changeset 21 ccb4f6b3db21
parent 0 4e1aa6a622a0
child 22 8cb079868133
equal deleted inserted replaced
20:1ddbe54d0645 21:ccb4f6b3db21
    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;