it was missing these two functions...

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4397 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2003-08-29 01:28:00 +00:00
parent 3c839f3f7b
commit b93355ab58
+3
View File
@@ -147,3 +147,6 @@ BBlockCache::Save(void *pointer, size_t blockSize)
}
fLocker.Unlock();
}
void BBlockCache::_ReservedBlockCache1() {}
void BBlockCache::_ReservedBlockCache2() {}