hgcacheproxymodel/inc/hgbuffermanager.h
branchGCC_SURGE
changeset 10 c348b9772569
parent 3 c863538fcbb6
child 20 a60f8b6b1d32
--- a/hgcacheproxymodel/inc/hgbuffermanager.h	Fri Jun 11 16:25:05 2010 +0100
+++ b/hgcacheproxymodel/inc/hgbuffermanager.h	Thu Jul 22 16:36:56 2010 +0100
@@ -13,7 +13,7 @@
 *
 * Description:
 *
-*  Version     : %version: 1 %
+*  Version     : %version: 3 %
 */
 #ifndef HGBUFFERMANAGER_H_
 #define HGBUFFERMANAGER_H_
@@ -34,9 +34,13 @@
 
 	void setPosition( int aIndex );
 	void resetBuffer( int aPosition, int aTotalCount);
-	void itemCountChanged( int aIndex, bool aRemoved, int aNewTotalCount );
 	void resizeCache(int newSize, int newTreshold);
 	
+    void aboutToRemoveItem(int pos);
+    void removedItem(int pos);
+    void aboutToInsertItem(int pos);
+    void insertedItem(int pos);
+	
 private:
 	void calculate();