emailservices/emailstore/base_plugin/src/basepluginnotifications.cpp
branchRCL_3
changeset 25 3533d4323edc
parent 24 d189ee25cf9d
equal deleted inserted replaced
24:d189ee25cf9d 25:3533d4323edc
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 
    19 
    20 //<cmail>
    20 //<cmail>
    21 #include "MsgStore.h"
    21 #include "msgstore.h"
    22 #include "MsgStoreFolder.h"
    22 #include "msgstorefolder.h"
    23 //</cmail>
    23 //</cmail>
    24 
    24 
    25 #include "BasePlugin.h"
    25 #include "baseplugin.h"
    26 #include "baseplugincommonutils.h"
    26 #include "baseplugincommonutils.h"
    27 
    27 
    28 
    28 
    29 /**
    29 /**
    30  *
    30  *
   543             }
   543             }
   544         
   544         
   545         CleanupStack::PopAndDestroy( part );
   545         CleanupStack::PopAndDestroy( part );
   546         CleanupStack::PopAndDestroy( msg );
   546         CleanupStack::PopAndDestroy( msg );
   547 
   547 
   548 //<qmail>
   548         TFSProgress progress;
   549         TFSProgress progress = TFSProgress();
       
   550 //</qmail>
       
   551         progress.iError = KErrNone;
   549         progress.iError = KErrNone;
   552         progress.iMaxCount = size;
   550         progress.iMaxCount = size;
   553         progress.iCounter = fetchedSize;
   551         progress.iCounter = fetchedSize;
   554         
   552         
   555         __LOG_WRITE_FORMAT2_INFO(
   553         __LOG_WRITE_FORMAT2_INFO(