diff -r 49c70dcc3f17 -r c863538fcbb6 hgcacheproxymodel/inc/hgbuffermanager.h --- a/hgcacheproxymodel/inc/hgbuffermanager.h Fri May 14 16:57:01 2010 +0300 +++ b/hgcacheproxymodel/inc/hgbuffermanager.h Thu May 27 13:59:05 2010 +0300 @@ -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();