locationdataharvester/mylocationsengine/inc/calendernotification.h
changeset 20 cd10d5b85554
parent 17 0f22fb80ebba
child 30 96df3ab41000
equal deleted inserted replaced
17:0f22fb80ebba 20:cd10d5b85554
    54 private:
    54 private:
    55     /**
    55     /**
    56      * ConstructL.
    56      * ConstructL.
    57      * 2nd phase constructor.
    57      * 2nd phase constructor.
    58      */
    58      */
    59     void ConstructL(MNotifyChange* aNotifyChange);
    59     void ConstructL();
    60     /**
    60     /**
    61      * CMyLocationsEngine.
    61      * CMyLocationsEngine.
    62      * C++ default constructor. 
    62      * C++ default constructor. 
    63      */
    63      */
    64     CCalenderNotification(MNotifyChange* aNotifyChange);
    64     CCalenderNotification(MNotifyChange* aNotifyChange);
    85     RFs iFsession;
    85     RFs iFsession;
    86     //observer to provide notification on completion of event
    86     //observer to provide notification on completion of event
    87     MNotifyChange& iNotifyChange;
    87     MNotifyChange& iNotifyChange;
    88 };
    88 };
    89 #endif /* CALENDERNOTIFICATION_H_ */
    89 #endif /* CALENDERNOTIFICATION_H_ */
       
    90 //End of file