uiaccelerator_plat/alf_visual_api/inc/goommonitor/goommonitorsession.h
branchRCL_3
changeset 51 e5af45d51884
parent 50 1801340c26a2
child 52 31fccae4f8a7
equal deleted inserted replaced
50:1801340c26a2 51:e5af45d51884
    18 
    18 
    19 #ifndef R_GOOMMONITORSESSION_H
    19 #ifndef R_GOOMMONITORSESSION_H
    20 #define R_GOOMMONITORSESSION_H
    20 #define R_GOOMMONITORSESSION_H
    21 
    21 
    22 #include <e32std.h>
    22 #include <e32std.h>
    23 
       
    24 // Goom Events through Window Server
       
    25 #define KGoomMemoryLowEvent 0x10282DBF
       
    26 #define KGoomMemoryGoodEvent 0x20026790
       
    27 
    23 
    28 /**
    24 /**
    29  *  The maximum amount of memory that can be allocated without permission.
    25  *  The maximum amount of memory that can be allocated without permission.
    30  */
    26  */
    31 const TInt KGOomMaxAllocationWithoutPermission = 1048576;
    27 const TInt KGOomMaxAllocationWithoutPermission = 1048576;