locationdataharvester/mylocationsengine/inc/calendernotification.h
changeset 30 96df3ab41000
parent 20 cd10d5b85554
equal deleted inserted replaced
26:f3533f6eae3f 30:96df3ab41000
    20 
    20 
    21 // INCLUDES
    21 // INCLUDES
    22 
    22 
    23 #include <e32base.h>
    23 #include <e32base.h>
    24 #include <f32file.h>
    24 #include <f32file.h>
    25 
    25 #include "notification.h" 
    26 /**  
    26 /**  
    27  * The observer class gives notification to derive class .
    27  * The observer class gives notification to derive class .
    28  * When calender db creates in specific path.
    28  * When calender db creates in specific path.
    29  */
    29  */
    30 class MNotifyChange
       
    31 {
       
    32 public:
       
    33     virtual void NotifyChangeL(TInt &aStatus)=0;
       
    34 };
       
    35 
    30 
    36 class CCalenderNotification : public CActive
    31 class CCalenderNotification : public CActive
    37 {
    32 {
    38 public:
    33 public:
    39     /** 
    34     /**