--- a/calendarui/controller/src/calenattachmentui.cpp Wed Sep 15 12:11:35 2010 +0300
+++ b/calendarui/controller/src/calenattachmentui.cpp Wed Oct 13 14:30:35 2010 +0300
@@ -159,7 +159,7 @@
{
iAttachmentModel->Reset();
iController.BroadcastNotification(ECalenNotifyAttachmentRemoved);
- RemoveTemporaryFilesL();
+ RemoveTemporaryFiles();
}
else
{
@@ -222,7 +222,7 @@
iAttachmentModel->Reset();
}
// clear calendar editor's folder
- RemoveTemporaryFilesL();
+ RemoveTemporaryFiles();
iAttachmentInfoIntialized = EFalse;
}
break;
@@ -251,7 +251,7 @@
// add attachments to the entry being viewed in event viewer
AddAttachmentsToEntryL();
// clear calendar editor's folder
- RemoveTemporaryFilesL();
+ RemoveTemporaryFiles();
iAttachmentModel->Reset();
}
@@ -566,7 +566,7 @@
}
TBool isAlreadyExists = IsDuplicateNameL(parsedFileName);
- CheckDRMStatusL(aSourceFilePath,drmProtected);
+ CheckDRMStatus(aSourceFilePath,drmProtected);
if(drmProtected || isAlreadyExists)
{
@@ -835,7 +835,7 @@
// CCalenAttachmentUi::CheckDRMStatus()
// -----------------------------------------------------------------------------
//
-void CCalenAttachmentUi::CheckDRMStatusL( const TDesC& aFileName,TBool& aProtection )
+void CCalenAttachmentUi::CheckDRMStatus( 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::CompareContentOfTextFilesL( const TDesC& aSelectedFile,
+TBool CCalenAttachmentUi::CompareContentOfTextFiles( 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::RemoveTemporaryFilesL()
+void CCalenAttachmentUi::RemoveTemporaryFiles()
{
TRACE_ENTRY_POINT;