diff -r 57a9de0b82e8 -r 2abf74df9cdc omads/omadsappui/AspSyncUtil/src/AspSyncHandler.cpp --- a/omads/omadsappui/AspSyncUtil/src/AspSyncHandler.cpp Wed Sep 15 11:57:08 2010 +0300 +++ b/omads/omadsappui/AspSyncUtil/src/AspSyncHandler.cpp Wed Oct 13 14:15:45 2010 +0300 @@ -35,7 +35,7 @@ #include "AspPreSyncPluginInterface.h" #include -#include + /****************************************************************************** * class TAspSyncParam @@ -890,18 +890,7 @@ Dialog()->SetProgress(State()->Progress()); } - /* Implementation of CMCC PIM v3 begins*/ - HBufC* hBuf = NULL; - if ( FeatureManager::FeatureSupported(KFeatureIdFfTdCmccpimsynchronizationprogressindicatorui) ) - { - // CMCC sync progress indicator enabled - hBuf = ResHandlerL()->ReadProgressTextLC(State()->Content(), State()->Progress(), State()->TotalProgress(), phase); - } - else - { - hBuf = ResHandlerL()->ReadProgressTextLC(State()->Content(), phase); - } - /* Implementation of CMCC PIM v3 ends*/ + HBufC* hBuf = ResHandlerL()->ReadProgressTextLC(State()->Content(), phase); #ifdef _DEBUG