(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 825aa87e80
commit bc7a870a61
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 */