browserutilities/feedsengine/FeedsServer/Server/inc/UpdateQueue.h
changeset 10 a359256acfc6
parent 0 dd21522fd290
--- a/browserutilities/feedsengine/FeedsServer/Server/inc/UpdateQueue.h	Fri Jul 03 15:54:40 2009 +0100
+++ b/browserutilities/feedsengine/FeedsServer/Server/inc/UpdateQueue.h	Thu Aug 27 07:44:59 2009 +0300
@@ -97,13 +97,21 @@
      */
 	TInt GetFreq();
 
-	/**
+    /**
      * This method return the Count 
      *     
      * @since 7.1
      * @return Integer.
      */
-	TInt Count();
+    TInt Count();
+
+    /**
+     * This method resets all the auto update timers 
+     *     
+     * @since 7.1
+     * @return void.
+     */
+    void ResetTimers();
 
 private: