move typedef for clang compatibility.

git-svn-id: https://profuse.googlecode.com/svn/branches/v2@324 aa027e90-d47c-11dd-86d7-074df07e0730
This commit is contained in:
ksherlock 2011-02-15 04:00:54 +00:00
parent 06bd252ebf
commit 6b6ad10ba0
2 changed files with 3 additions and 1 deletions

View File

@ -55,7 +55,7 @@ using ProFUSE::Exception;
using ProFUSE::POSIXException;
typedef std::vector<ConcreteBlockCache::Entry *>::iterator EntryIter;
//typedef std::vector<ConcreteBlockCache::Entry *>::iterator EntryIter;

View File

@ -36,6 +36,8 @@ private:
};
typedef std::vector<Entry *>::iterator EntryIter;
enum { HashTableSize = 23 };
std::vector<Entry *>_buffers;