emailservices/emailstore/base_plugin/inc/BaseMrInfoObject.h
branchRCL_3
changeset 73 c8382f7b54ef
parent 64 3533d4323edc
child 80 726fba06891a
equal deleted inserted replaced
70:968773a0b6ef 73:c8382f7b54ef
   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;
   306 
   311 
   307 
   312 
   308     protected:
   313     protected:
   309         RPointerArray<MMRInfoObject> iExceptions;
   314         RPointerArray<MMRInfoObject> iExceptions;
   310         RPointerArray<MMRAttachment> iAttachments;
   315         RPointerArray<MMRAttachment> iAttachments;
   312         MMRAttendee* iOrganizer;
   317         MMRAttendee* iOrganizer;
   313         const MRRecurrenceRule* /*ref*/ iRrule;
   318         const MRRecurrenceRule* /*ref*/ iRrule;
   314         HBufC* iUid;
   319         HBufC* iUid;
   315         HBufC* iLocation;
   320         HBufC* iLocation;
   316         HBufC* iSubject;
   321         HBufC* iSubject;
   317         HBufC* iDescription;        
   322         HBufC* iDescription;
   318         TTime iCreationTime;
   323         TTime iCreationTime;
   319         TTime iStartTime;
   324         TTime iStartTime;
   320         TTime iEndTime;
   325         TTime iEndTime;
   321         TTime iAlarmTime;
   326         TTime iAlarmTime;
   322         TTime iRecurrenceId;
   327         TTime iRecurrenceId;
   323         TInt iSequenceNumber;
   328         TInt iSequenceNumber;
   324         TUint iPriority;
   329         TUint iPriority;
       
   330         TCalSensitivity iPrivacy;
   325         TMRMethod iMethod;
   331         TMRMethod iMethod;
   326         TResponse iResponse;
   332         TResponse iResponse;
   327     };
   333     };
   328 
   334 
   329 
   335