diff -r aba12c885d83 -r 96907930389d calendarui/controller/src/calenattachmentui.cpp --- a/calendarui/controller/src/calenattachmentui.cpp Thu Jul 15 18:37:27 2010 +0300 +++ b/calendarui/controller/src/calenattachmentui.cpp Thu Aug 19 09:53:43 2010 +0300 @@ -159,7 +159,7 @@ { iAttachmentModel->Reset(); iController.BroadcastNotification(ECalenNotifyAttachmentRemoved); - RemoveTemporaryFiles(); + RemoveTemporaryFilesL(); } else { @@ -222,7 +222,7 @@ iAttachmentModel->Reset(); } // clear calendar editor's folder - RemoveTemporaryFiles(); + RemoveTemporaryFilesL(); iAttachmentInfoIntialized = EFalse; } break; @@ -251,7 +251,7 @@ // add attachments to the entry being viewed in event viewer AddAttachmentsToEntryL(); // clear calendar editor's folder - RemoveTemporaryFiles(); + RemoveTemporaryFilesL(); iAttachmentModel->Reset(); } @@ -566,7 +566,7 @@ } TBool isAlreadyExists = IsDuplicateNameL(parsedFileName); - CheckDRMStatus(aSourceFilePath,drmProtected); + CheckDRMStatusL(aSourceFilePath,drmProtected); if(drmProtected || isAlreadyExists) { @@ -835,7 +835,7 @@ // CCalenAttachmentUi::CheckDRMStatus() // ----------------------------------------------------------------------------- // -void CCalenAttachmentUi::CheckDRMStatus( const TDesC& aFileName,TBool& aProtection ) +void CCalenAttachmentUi::CheckDRMStatusL( const TDesC& aFileName,TBool& aProtection ) { TRACE_ENTRY_POINT; @@ -920,7 +920,7 @@ // Compares the binary data of already attached and currently selected text file. // ----------------------------------------------------------------------------- // -TBool CCalenAttachmentUi::CompareContentOfTextFiles( const TDesC& aSelectedFile, +TBool CCalenAttachmentUi::CompareContentOfTextFilesL( const TDesC& aSelectedFile, const TDesC& aAlreadyAttachedFile) { TRACE_ENTRY_POINT; @@ -983,7 +983,7 @@ // removes the temporary files, those we have added to temp path. // ----------------------------------------------------------------------------- // -void CCalenAttachmentUi::RemoveTemporaryFiles() +void CCalenAttachmentUi::RemoveTemporaryFilesL() { TRACE_ENTRY_POINT;