metadataengine/client/inc/mdeenginesession.h
branchRCL_3
changeset 6 646a02f170b9
parent 2 b73a2e62868f
child 9 82c0024438c8
equal deleted inserted replaced
3:6752808b2036 6:646a02f170b9
    35 
    35 
    36 const TUid KServerUid3 = { 0x0765EEC3 }; // Server UID
    36 const TUid KServerUid3 = { 0x0765EEC3 }; // Server UID
    37 
    37 
    38 _LIT( KMdSServerFilename, "MdSServer" );
    38 _LIT( KMdSServerFilename, "MdSServer" );
    39 
    39 
    40 #ifdef __WINS__
       
    41 static const TUint KServerMinHeapSize = 0x10000;
       
    42 static const TUint KServerMaxHeapSize = 0x400000; // ~4 megs
       
    43 #endif
       
    44 
       
    45 // FORWARD DECLARATIONS
    40 // FORWARD DECLARATIONS
    46 class CMdESessionImpl;
    41 class CMdESessionImpl;
    47 class CMdESchemaItem;
    42 class CMdESchemaItem;
    48 class CMdEInstanceItem;
    43 class CMdEInstanceItem;
    49 class CMdEQuery;
    44 class CMdEQuery;