mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
-added Windows Embedded Compact 2013 support
This commit is contained in:
@@ -70,6 +70,12 @@ std::string PathImpl::nullImpl()
|
||||
}
|
||||
|
||||
|
||||
std::string PathImpl::tempImpl()
|
||||
{
|
||||
return "\\Temp\\";
|
||||
}
|
||||
|
||||
|
||||
std::string PathImpl::expandImpl(const std::string& path)
|
||||
{
|
||||
std::string result;
|
||||
|
||||
Reference in New Issue
Block a user