diff -r bd7edf625bdd -r 97232defd20e pimappservices/calendar/client/src/calentry.cpp --- a/pimappservices/calendar/client/src/calentry.cpp Wed Sep 01 12:32:31 2010 +0100 +++ b/pimappservices/calendar/client/src/calentry.cpp Tue Sep 14 21:17:03 2010 +0300 @@ -895,6 +895,19 @@ iImpl->SetPhoneOwnerL(aOwner); } +/** Clears the Organizer and phone owner. +@pre None. +@post The entry's organizer and phone owner is cleared. +@publishedPartner +@released +@capability None +*/ +EXPORT_C void CCalEntry::ClearMRSpecificDataL() + { + iImpl->ClearMRSpecificDataL(); + } + + /** Gets the organizer for this entry. This function creates a new CCalUser object containing the organizer data. @@ -1143,6 +1156,30 @@ return iImpl->ShortFileIdL(); } +/** Sets the user data field. + +@param aUserInt The userdata to be set +@capability None +@publishedAll +@released +*/ +EXPORT_C void CCalEntry::SetUserInt32L( TUint32 aUserInt ) + { + iImpl->SetUserInt32L( aUserInt ); + } + +/** Fetches the userdata field + +@publishedAll +@released +@capability None +@return The Userdata field. +*/ +EXPORT_C TUint32 CCalEntry::UserInt32L() + { + return iImpl->UserInt32L(); + } + // CCalEntryId //