mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 11:31:53 +01:00
submitted 1.2.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// DirectoryIterator_WIN32U.cpp
|
||||
//
|
||||
// $Id: //poco/1.1.0/Foundation/src/DirectoryIterator_WIN32U.cpp#2 $
|
||||
// $Id: //poco/1.2/Foundation/src/DirectoryIterator_WIN32U.cpp#1 $
|
||||
//
|
||||
// Library: Foundation
|
||||
// Package: Filesystem
|
||||
@@ -34,14 +34,14 @@
|
||||
//
|
||||
|
||||
|
||||
#include "Foundation/DirectoryIterator_WIN32U.h"
|
||||
#include "Foundation/File_WIN32U.h"
|
||||
#include "Foundation/Path.h"
|
||||
#include "Foundation/UnicodeConverter.h"
|
||||
#include "Poco/DirectoryIterator_WIN32U.h"
|
||||
#include "Poco/File_WIN32U.h"
|
||||
#include "Poco/Path.h"
|
||||
#include "Poco/UnicodeConverter.h"
|
||||
#include <string.h>
|
||||
|
||||
|
||||
Foundation_BEGIN
|
||||
namespace Poco {
|
||||
|
||||
|
||||
DirectoryIteratorImpl::DirectoryIteratorImpl(const std::string& path): _fh(INVALID_HANDLE_VALUE), _rc(1)
|
||||
@@ -87,4 +87,4 @@ const std::string& DirectoryIteratorImpl::next()
|
||||
}
|
||||
|
||||
|
||||
Foundation_END
|
||||
} // namespace Poco
|
||||
|
||||
Reference in New Issue
Block a user