meetingrequest/mricalviewer/inc/cesmrmrinfoicalretriever.h
branchRCL_3
changeset 12 4ce476e64c59
parent 0 8466d47a6819
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
    67             TESMRInputParams& aInputParameters );
    67             TESMRInputParams& aInputParameters );
    68     void ConstructL();
    68     void ConstructL();
    69     void CreateEntryL();
    69     void CreateEntryL();
    70     void FillCommonFieldsL();
    70     void FillCommonFieldsL();
    71     void FillRecurrenceL();
    71     void FillRecurrenceL();
    72     void FillAttachmentInfoL();
    72     
    73 
       
    74 private: // Data
    73 private: // Data
    75     // Own: Supported fields array
    74     // Own: Supported fields array
    76     RArray<MMRInfoObject::TESMRInfoField> iSupportedFields;
    75     RArray<MMRInfoObject::TESMRInfoField> iSupportedFields;
    77     /// Own: Calendar entry object
    76     /// Own: Calendar entry object
    78     CCalEntry* iConvertedEntry;
    77     CCalEntry* iConvertedEntry;
    80     MMRInfoObject* iMRInfoObject;
    79     MMRInfoObject* iMRInfoObject;
    81     /// Ref: Reference to input parameters
    80     /// Ref: Reference to input parameters
    82     TESMRInputParams& iInputParameters;
    81     TESMRInputParams& iInputParameters;
    83     /// Own: Result structure
    82     /// Own: Result structure
    84     MESMRIcalViewerObserver::TIcalViewerOperationResult iResult;
    83     MESMRIcalViewerObserver::TIcalViewerOperationResult iResult;
    85     // Own
       
    86     CESMRAttachmentInfo* iAttachmentInfo;
       
    87     };
    84     };
    88 
    85 
    89 #endif 
    86 #endif 
    90 
    87