--- a/iaupdate/IAD/backgroundchecker/inc/iaupdatebginternalfilehandler.h Tue Jun 29 16:50:12 2010 +0300
+++ b/iaupdate/IAD/backgroundchecker/inc/iaupdatebginternalfilehandler.h Thu Jul 08 20:28:00 2010 +0300
@@ -71,7 +71,11 @@
TInt RetryTimes();
void SetRetryTimes( TInt aRetry );
-
+
+ TInt NrOfIndicatorEntries();
+
+ void SetNrOfIndicatorEntries( TInt aEntries );
+
protected:
CIAUpdateBGInternalFileHandler();
@@ -111,7 +115,9 @@
TInt iSNID;
TInt iRetryTimes;
-
+
+ TInt iNrOfIndicatiorEntries;
+
};
#endif // IAUPDATEBGINTERNAL_FILE_HANDLER