diff --git a/Cache/ConcreteBlockCache.cpp b/Cache/ConcreteBlockCache.cpp index 5bd77b3..5e0bd69 100644 --- a/Cache/ConcreteBlockCache.cpp +++ b/Cache/ConcreteBlockCache.cpp @@ -55,7 +55,7 @@ using ProFUSE::Exception; using ProFUSE::POSIXException; -typedef std::vector::iterator EntryIter; +//typedef std::vector::iterator EntryIter; diff --git a/Cache/ConcreteBlockCache.h b/Cache/ConcreteBlockCache.h index de46b8b..2ca5698 100644 --- a/Cache/ConcreteBlockCache.h +++ b/Cache/ConcreteBlockCache.h @@ -36,6 +36,8 @@ private: }; + typedef std::vector::iterator EntryIter; + enum { HashTableSize = 23 }; std::vector_buffers;