calendarui/controller/inc/calenattachmentui.h
branchRCL_3
changeset 60 96907930389d
parent 0 f979ecb2b13e
child 67 1539a383d7b6
--- a/calendarui/controller/inc/calenattachmentui.h	Thu Jul 15 18:37:27 2010 +0300
+++ b/calendarui/controller/inc/calenattachmentui.h	Thu Aug 19 09:53:43 2010 +0300
@@ -76,7 +76,7 @@
          */
         void ConstructL();
         
-        void CheckDRMStatus(const TDesC& aFileName,TBool& aProtection);
+        void CheckDRMStatusL(const TDesC& aFileName,TBool& aProtection);
         
     public:
         
@@ -229,12 +229,12 @@
         /**
          * Compares the binary data for the text files.
          */
-        TBool CompareContentOfTextFiles(const TDesC& aSelectedFile,const TDesC& aAlreadyAttachedFile);
+        TBool CompareContentOfTextFilesL(const TDesC& aSelectedFile,const TDesC& aAlreadyAttachedFile);
         
         /**
          * Remove the temporary file after attaching the attachtment to tht entry.
          */
-        void RemoveTemporaryFiles();
+        void RemoveTemporaryFilesL();
         
     private: