diff -r 356f28cd5ca0 -r ed599363c2d7 pimappservices/calendar/inc/calentry.h --- a/pimappservices/calendar/inc/calentry.h Wed Sep 15 12:11:35 2010 +0300 +++ b/pimappservices/calendar/inc/calentry.h Wed Oct 13 14:30:35 2010 +0300 @@ -274,7 +274,6 @@ IMPORT_C CCalUser* OrganizerL() const; IMPORT_C void SetPhoneOwnerL(const CCalUser* aOwner); IMPORT_C CCalUser* PhoneOwnerL() const; - IMPORT_C void CCalEntry::ClearMRSpecificDataL(); // Attachments IMPORT_C void AddAttachmentL(CCalAttachment& aAttachment); @@ -319,9 +318,6 @@ IMPORT_C TCalTime FindRptUntilTimeL(TInt aCount); - IMPORT_C void SetUserInt32L( TUint32 aUserInt ); - IMPORT_C TUint32 UserInt32L(); - public: // Internal APIs static CCalEntry* NewL(CCalEntryImpl* aImpl);