terminalsecurity/SCP/DmEventNotifier/inc/DmEventNotifierInternal.h
changeset 5 3f7d9dbe57c8
parent 0 b497e44ab2fc
equal deleted inserted replaced
4:958eca8527dd 5:3f7d9dbe57c8
    30 
    30 
    31 //User includes
    31 //User includes
    32 #include "DmEventNotifierCRKeys.h"
    32 #include "DmEventNotifierCRKeys.h"
    33 
    33 
    34 //Defines
    34 //Defines
    35 #define __LEAVE_IF_ERROR(x) if(KErrNone!=x) {FLOG(_L("LEAVE in %s: %d"), __FILE__, __LINE__); User::Leave(x); }
    35 #define __LEAVE_IF_ERROR(x) if(KErrNone!=x) {_DMEVNT_DEBUG(_L("LEAVE in %s: %d"), __FILE__, __LINE__); User::Leave(x); }
    36 
    36 
    37 //Size of the schedule condition array
    37 //Size of the schedule condition array
    38 #define KConditionArraySize 1
    38 #define KConditionArraySize 1
    39 
    39 
    40 //Max size of the schedule condition array
    40 //Max size of the schedule condition array