pimappservices/calendar/client/inc/calentryimpl.h
branchRCL_3
changeset 31 97232defd20e
parent 0 f979ecb2b13e
--- a/pimappservices/calendar/client/inc/calentryimpl.h	Wed Sep 01 12:32:31 2010 +0100
+++ b/pimappservices/calendar/client/inc/calentryimpl.h	Tue Sep 14 21:17:03 2010 +0300
@@ -49,7 +49,8 @@
 	
 	void SetPhoneOwnerL(const CCalUser* aOwner);
 	CCalUser* OrganizerL();
-	CCalUser* PhoneOwnerL();	
+	CCalUser* PhoneOwnerL();
+	void ClearMRSpecificDataL();
 	
 	void SetAlarmSoundNameL(const TDesC& aAlarmSoundName);
 	CTzRules* GetTzRulesL();
@@ -151,6 +152,9 @@
 
 	TUint8 ShortFileIdL();
 	
+    void SetUserInt32L( TUint32 aUserInt );
+    TUint32 UserInt32L();
+
 private:
 	CCalEntryImpl();
 	CCalEntryImpl(CAgnEntry& aEntry, CCalSessionImpl& aSessionImpl);