pimappservices/calendar/inc/calentry.h
branchRCL_3
changeset 31 97232defd20e
parent 30 bd7edf625bdd
--- a/pimappservices/calendar/inc/calentry.h	Wed Sep 01 12:32:31 2010 +0100
+++ b/pimappservices/calendar/inc/calentry.h	Tue Sep 14 21:17:03 2010 +0300
@@ -274,6 +274,7 @@
 	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);
@@ -318,6 +319,9 @@
 
 	IMPORT_C TCalTime FindRptUntilTimeL(TInt aCount);
     
+    IMPORT_C void SetUserInt32L( TUint32 aUserInt );
+    IMPORT_C TUint32 UserInt32L();
+
 public:
 	// Internal APIs
 	static CCalEntry* NewL(CCalEntryImpl* aImpl);