diff -r 356f28cd5ca0 -r ed599363c2d7 pimappservices/calendar/client/src/calentry.cpp --- a/pimappservices/calendar/client/src/calentry.cpp Wed Sep 15 12:11:35 2010 +0300 +++ b/pimappservices/calendar/client/src/calentry.cpp Wed Oct 13 14:30:35 2010 +0300 @@ -895,19 +895,6 @@ 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. @@ -1156,30 +1143,6 @@ 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 //