emailservices/emailstore/base_plugin/inc/BaseMrInfoObject.h
branchRCL_3
changeset 80 726fba06891a
parent 73 c8382f7b54ef
equal deleted inserted replaced
73:c8382f7b54ef 80:726fba06891a
   301 
   301 
   302         IMPORT_C void SetMRRecurrenceIdL(
   302         IMPORT_C void SetMRRecurrenceIdL(
   303             TTime aRecId );
   303             TTime aRecId );
   304         
   304         
   305         IMPORT_C TTime MRRecurrenceId() const;
   305         IMPORT_C TTime MRRecurrenceId() const;
   306         
       
   307         IMPORT_C void SetPrivacyL(
       
   308             TCalSensitivity aPrivacyL );
       
   309             
       
   310         IMPORT_C TCalSensitivity PrivacyL() const;
       
   311 
   306 
   312 
   307 
   313     protected:
   308     protected:
   314         RPointerArray<MMRInfoObject> iExceptions;
   309         RPointerArray<MMRInfoObject> iExceptions;
   315         RPointerArray<MMRAttachment> iAttachments;
   310         RPointerArray<MMRAttachment> iAttachments;
   317         MMRAttendee* iOrganizer;
   312         MMRAttendee* iOrganizer;
   318         const MRRecurrenceRule* /*ref*/ iRrule;
   313         const MRRecurrenceRule* /*ref*/ iRrule;
   319         HBufC* iUid;
   314         HBufC* iUid;
   320         HBufC* iLocation;
   315         HBufC* iLocation;
   321         HBufC* iSubject;
   316         HBufC* iSubject;
   322         HBufC* iDescription;
   317         HBufC* iDescription;        
   323         TTime iCreationTime;
   318         TTime iCreationTime;
   324         TTime iStartTime;
   319         TTime iStartTime;
   325         TTime iEndTime;
   320         TTime iEndTime;
   326         TTime iAlarmTime;
   321         TTime iAlarmTime;
   327         TTime iRecurrenceId;
   322         TTime iRecurrenceId;
   328         TInt iSequenceNumber;
   323         TInt iSequenceNumber;
   329         TUint iPriority;
   324         TUint iPriority;
   330         TCalSensitivity iPrivacy;
       
   331         TMRMethod iMethod;
   325         TMRMethod iMethod;
   332         TResponse iResponse;
   326         TResponse iResponse;
   333     };
   327     };
   334 
   328 
   335 
   329