RecursiveDirectoryIterator and ListMap

1) Recursive and SortedDirectoryIterator

- added to VS projects
- fixed some style/formatting
- fxed windows tests

2) Added ListMap

Poco::ListMap is a std::mulitimap-like container that preserves
insertion order (needed to prevent Net message headers)
This commit is contained in:
aleks-f
2013-03-10 12:25:47 -05:00
46 changed files with 1120 additions and 130 deletions

View File

@@ -37,8 +37,8 @@
#include <algorithm>
namespace Poco
{
namespace Poco {
SortedDirectoryIterator::SortedDirectoryIterator()
: DirectoryIterator(), _is_finished(true)