mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-11-04 04:28:10 +00:00 
			
		
		
		
	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:
		@@ -37,8 +37,8 @@
 | 
			
		||||
#include <algorithm>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
namespace Poco
 | 
			
		||||
{
 | 
			
		||||
namespace Poco {
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
SortedDirectoryIterator::SortedDirectoryIterator()
 | 
			
		||||
	: DirectoryIterator(), _is_finished(true)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user