omads/omadsappui/AspSyncUtil/src/AspSyncHandler.cpp
branchRCL_3
changeset 67 2abf74df9cdc
parent 52 4f0867e42d62
--- 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 <DataSyncInternalPSKeys.h>
-#include <featmgr.h>
+
 
 /******************************************************************************
  * 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