fixed test_ip_filter and test_piece_picker to reflect recent api changes. Fixed an Obj.C naming issue. Removed files from include/Makefile.am that was removed from asio.

This commit is contained in:
Arvid Norberg
2006-09-11 23:34:07 +00:00
parent dc2e25141c
commit f92b6cd90c
9 changed files with 58 additions and 40 deletions

View File

@@ -12,7 +12,7 @@ int test_main()
const int num_pieces = 6;
// 4 blocks per piece
piece_picker p(4, num_pieces * 4, 7);
piece_picker p(4, num_pieces * 4);
// we have the first piece
std::vector<bool> have(num_pieces, false);