emailservices/emailstore/base_plugin/src/BaseMrInfoObject.cpp
branchRCL_3
changeset 80 726fba06891a
parent 73 c8382f7b54ef
equal deleted inserted replaced
73:c8382f7b54ef 80:726fba06891a
    80     iResponse = aMrInfo.MRResponse();
    80     iResponse = aMrInfo.MRResponse();
    81     iRecurrenceId = aMrInfo.MRRecurrenceId();
    81     iRecurrenceId = aMrInfo.MRRecurrenceId();
    82     
    82     
    83     iSequenceNumber = aMrInfo.MRSequenceNumberL();
    83     iSequenceNumber = aMrInfo.MRSequenceNumberL();
    84     iPriority = aMrInfo.PriorityL();
    84     iPriority = aMrInfo.PriorityL();
    85     iPrivacy = aMrInfo.PrivacyL();
       
    86 
    85 
    87     iOrganizer = CBaseMrAttendee::NewL( aMrInfo.MROrganizerL() );
    86     iOrganizer = CBaseMrAttendee::NewL( aMrInfo.MROrganizerL() );
    88     
    87     
    89     RPointerArray<MMRAttendee>& attendees = aMrInfo.AttendeesL();
    88     RPointerArray<MMRAttendee>& attendees = aMrInfo.AttendeesL();
    90     TInt count = attendees.Count();
    89     TInt count = attendees.Count();
  1132     
  1131     
  1133         CleanupStack::PopAndDestroy( reply );
  1132         CleanupStack::PopAndDestroy( reply );
  1134         }
  1133         }
  1135     	
  1134     	
  1136     } //ReplyToMeetingRequestL.
  1135     } //ReplyToMeetingRequestL.
  1137 
       
  1138 /**
       
  1139  *
       
  1140  */
       
  1141 EXPORT_C void CBaseMrInfoObject::SetPrivacyL( MMRInfoObject::TCalSensitivity aPrivacyL )
       
  1142     {
       
  1143     iPrivacy = aPrivacyL;
       
  1144     }
       
  1145 
       
  1146 
       
  1147 /**
       
  1148  *
       
  1149  */
       
  1150 EXPORT_C MMRInfoObject::TCalSensitivity CBaseMrInfoObject::PrivacyL() const
       
  1151     {
       
  1152     return iPrivacy;
       
  1153     }