pimappservices/calendar/client/src/calentry.cpp
branchRCL_3
changeset 31 97232defd20e
parent 30 bd7edf625bdd
equal deleted inserted replaced
30:bd7edf625bdd 31:97232defd20e
   893 EXPORT_C void CCalEntry::SetPhoneOwnerL(const CCalUser* aOwner)
   893 EXPORT_C void CCalEntry::SetPhoneOwnerL(const CCalUser* aOwner)
   894 	{
   894 	{
   895 	iImpl->SetPhoneOwnerL(aOwner);
   895 	iImpl->SetPhoneOwnerL(aOwner);
   896 	}
   896 	}
   897 
   897 
       
   898 /** Clears the Organizer and phone owner.
       
   899 @pre None.
       
   900 @post The entry's organizer and phone owner is cleared.
       
   901 @publishedPartner
       
   902 @released
       
   903 @capability None
       
   904 */
       
   905 EXPORT_C void CCalEntry::ClearMRSpecificDataL()
       
   906     {
       
   907     iImpl->ClearMRSpecificDataL();
       
   908     }
       
   909 
       
   910 
   898 /** Gets the organizer for this entry.
   911 /** Gets the organizer for this entry.
   899 This function creates a new CCalUser object containing the organizer data.
   912 This function creates a new CCalUser object containing the organizer data.
   900 
   913 
   901 @return The organizer if present, NULL if not (Caller takes ownership).
   914 @return The organizer if present, NULL if not (Caller takes ownership).
   902 
   915 
  1140 
  1153 
  1141 TUint8 CCalEntry::ShortFileIdL()
  1154 TUint8 CCalEntry::ShortFileIdL()
  1142 	{
  1155 	{
  1143 	return iImpl->ShortFileIdL();
  1156 	return iImpl->ShortFileIdL();
  1144 	}
  1157 	}
       
  1158 
       
  1159 /** Sets the user data field.
       
  1160 
       
  1161 @param aUserInt The userdata to be set
       
  1162 @capability None
       
  1163 @publishedAll
       
  1164 @released
       
  1165 */
       
  1166 EXPORT_C void CCalEntry::SetUserInt32L( TUint32 aUserInt )    
       
  1167     {       
       
  1168     iImpl->SetUserInt32L( aUserInt );       
       
  1169     }       
       
  1170 
       
  1171 /** Fetches the userdata field
       
  1172 
       
  1173 @publishedAll
       
  1174 @released
       
  1175 @capability None
       
  1176 @return The Userdata field.
       
  1177 */
       
  1178 EXPORT_C TUint32 CCalEntry::UserInt32L()       
       
  1179     {       
       
  1180     return iImpl->UserInt32L();       
       
  1181     }       
  1145 
  1182 
  1146 // CCalEntryId //
  1183 // CCalEntryId //
  1147 
  1184 
  1148 
  1185 
  1149 /** Allocates and constructs IDs for new entry of the specified type.
  1186 /** Allocates and constructs IDs for new entry of the specified type.