(svn r15931) -Codechange: let the host and ban lists use of SmallVector.

This commit is contained in:
rubidium
2009-04-03 12:49:58 +00:00
parent d84fb358f5
commit 89d0eca6b7
8 changed files with 41 additions and 78 deletions

View File

@@ -267,4 +267,6 @@ public:
}
};
typedef AutoFreeSmallVector<char*, 4> StringList;
#endif /* SMALLVEC_TYPE_HPP */