calendarui/controller/inc/calenattachmentui.h
branchRCL_3
changeset 28 96907930389d
parent 0 f979ecb2b13e
equal deleted inserted replaced
27:aba12c885d83 28:96907930389d
    74         /**
    74         /**
    75          * 2nd phase constructor
    75          * 2nd phase constructor
    76          */
    76          */
    77         void ConstructL();
    77         void ConstructL();
    78         
    78         
    79         void CheckDRMStatus(const TDesC& aFileName,TBool& aProtection);
    79         void CheckDRMStatusL(const TDesC& aFileName,TBool& aProtection);
    80         
    80         
    81     public:
    81     public:
    82         
    82         
    83         /**
    83         /**
    84          * From MCalenCommandHandler
    84          * From MCalenCommandHandler
   227         TBool IsDuplicateNameL(const TDesC& aSelectedFile);
   227         TBool IsDuplicateNameL(const TDesC& aSelectedFile);
   228         
   228         
   229         /**
   229         /**
   230          * Compares the binary data for the text files.
   230          * Compares the binary data for the text files.
   231          */
   231          */
   232         TBool CompareContentOfTextFiles(const TDesC& aSelectedFile,const TDesC& aAlreadyAttachedFile);
   232         TBool CompareContentOfTextFilesL(const TDesC& aSelectedFile,const TDesC& aAlreadyAttachedFile);
   233         
   233         
   234         /**
   234         /**
   235          * Remove the temporary file after attaching the attachtment to tht entry.
   235          * Remove the temporary file after attaching the attachtment to tht entry.
   236          */
   236          */
   237         void RemoveTemporaryFiles();
   237         void RemoveTemporaryFilesL();
   238         
   238         
   239     private:
   239     private:
   240         
   240         
   241         // reference to the calencontroller
   241         // reference to the calencontroller
   242         CCalenController& iController;
   242         CCalenController& iController;