persistentstorage/sql/SRC/Server/SqlSrvConfig.h
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
    16 #ifndef __SQLSRVCONFIG_H__
    16 #ifndef __SQLSRVCONFIG_H__
    17 #define __SQLSRVCONFIG_H__
    17 #define __SQLSRVCONFIG_H__
    18 
    18 
    19 #include <e32std.h>
    19 #include <e32std.h>
    20 #include <f32file.h> 
    20 #include <f32file.h> 
    21 #include "SqlAssert.h"
    21 #include "SqlPanic.h"
    22 #include "SqlUtil.h"
    22 #include "SqlUtil.h"
    23 
    23 
    24 //Forward declarations
    24 //Forward declarations
    25 class RFs;
    25 class RFs;
    26 
    26 
    52 		{
    52 		{
    53 #ifdef __WINSCW__
    53 #ifdef __WINSCW__
    54 		KDefaultSoftHeapLimitKb = 1024,
    54 		KDefaultSoftHeapLimitKb = 1024,
    55 #else
    55 #else
    56 		KDefaultSoftHeapLimitKb = 8192,
    56 		KDefaultSoftHeapLimitKb = 8192,
    57 #endif	
    57 #endif		
       
    58 
    58 #ifdef SYSLIBS_TEST	
    59 #ifdef SYSLIBS_TEST	
    59 		KMinSoftHeapLimitKb = 8, 
    60 		KMinSoftHeapLimitKb = 8, 
    60 #else
    61 #else
    61 		KMinSoftHeapLimitKb = 512,
    62 		KMinSoftHeapLimitKb = 512,
    62 #endif
    63 #endif