calendarui/controller/inc/calenattachmentui.h
branchRCL_3
changeset 86 ed599363c2d7
parent 66 bd7edf625bdd
--- a/calendarui/controller/inc/calenattachmentui.h	Wed Sep 15 12:11:35 2010 +0300
+++ b/calendarui/controller/inc/calenattachmentui.h	Wed Oct 13 14:30:35 2010 +0300
@@ -76,7 +76,7 @@
          */
         void ConstructL();
         
-        void CheckDRMStatusL(const TDesC& aFileName,TBool& aProtection);
+        void CheckDRMStatus(const TDesC& aFileName,TBool& aProtection);
         
     public:
         
@@ -229,12 +229,12 @@
         /**
          * Compares the binary data for the text files.
          */
-        TBool CompareContentOfTextFilesL(const TDesC& aSelectedFile,const TDesC& aAlreadyAttachedFile);
+        TBool CompareContentOfTextFiles(const TDesC& aSelectedFile,const TDesC& aAlreadyAttachedFile);
         
         /**
          * Remove the temporary file after attaching the attachtment to tht entry.
          */
-        void RemoveTemporaryFilesL();
+        void RemoveTemporaryFiles();
         
     private: