git-svn-id: https://profuse.googlecode.com/svn/branches/v2@207 aa027e90-d47c-11dd-86d7-074df07e0730

This commit is contained in:
ksherlock
2010-03-21 22:33:16 +00:00
parent 82167f07f9
commit e1d01c5298
2 changed files with 356 additions and 2 deletions
+3 -2
View File
@@ -3,7 +3,7 @@
#include <vector>
#include <BlockCache.h>
#include <Cache/BlockCache.h>
namespace Device {
@@ -56,7 +56,8 @@ private:
void pushEntry(Entry *);
void setLast(Entry *);
void setFirst(Entry *);
incrementCount(Entry *);
decrementCount(Entry *);
};