harvesterplugins/tsrc/harvesterplugintester/inc/ccalendarobserver.h
changeset 7 51d10d255e92
parent 0 ccd0fd43f247
child 9 4a2987baf8f7
equal deleted inserted replaced
5:3bc31ad99ee7 7:51d10d255e92
    39     void Progress(TInt aPercentageCompleted);
    39     void Progress(TInt aPercentageCompleted);
    40     void Completed(TInt aError);
    40     void Completed(TInt aError);
    41     TBool NotifyProgress();
    41     TBool NotifyProgress();
    42     
    42     
    43     void AddEntryL();
    43     void AddEntryL();
       
    44     void UpdateCalenderEntryL();
    44     void DeleteEntryL();
    45     void DeleteEntryL();
    45     void AddNoteL( TPtr8 aMemo);
    46     void AddNoteL( TPtr8 aMemo);
    46     void DeleteNoteEntryL();
    47     void DeleteNoteEntryL();
    47     void UpdateNoteEntryL( TPtr8 aOldString, TPtr8 aNewString );
    48     void UpdateNoteEntryL( TPtr8 aOldString, TPtr8 aNewString );
    48     
    49