--- a/omads/omadsappui/AspSyncUtil/inc/AspResHandler.h Wed Sep 15 11:57:08 2010 +0300
+++ b/omads/omadsappui/AspSyncUtil/inc/AspResHandler.h Wed Oct 13 14:15:45 2010 +0300
@@ -149,17 +149,15 @@
*/
static CDesCArrayFlat* ReadDesArrayStaticLC(TInt aResourceId);
- /* Implementation of CMCC PIM v3 begins*/
/**
* Reads progress dialog progress text from resource file.
* @param aContent Content name.
* @param aCurrent Currently processed sync item.
* @param aFinal Number of sync items.
- * @param aPhase Phase of synchronization.
+ * @param aSend ETrue is sync phase is "sending".
* @return Progress text.
*/
- HBufC* ReadProgressTextLC(const TDesC& aContent, TInt aCurrent, TInt aFinal, TInt aPhase);
- /* Implementation of CMCC PIM v3 ends*/
+ //HBufC* ReadProgressTextLC(const TDesC& aContent, TInt aCurrent, TInt aFinal, TInt aPhase);
/**
* Reads progress dialog progress text from resource file.
@@ -178,19 +176,6 @@
*/
HBufC* ReadProgressTextLC(TInt aResourceId, const TDesC& aContent);
- /* Implementation of CMCC PIM v3 begins*/
- /**
- * Reads progress dialog progress text from resource file.
- * Buffers the last aResource to minimize file operations.
- * @param aResourceId Resource id.
- * @param aCurrent Currently processed sync item.
- * @param aFinal Number of sync items.
- * @param aContent Content name.
- * @return Progress text.
- */
- HBufC* ReadProgressTextLC(TInt aResourceId, TInt aCurrent, TInt aFinal, const TDesC& aContent);
- /* Implementation of CMCC PIM v3 ends*/
-
/**
* Reads default profile name from resource file.
* @param aIndex Number that is added to proile name (eg. "New Profile(1)").