mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
fixed GH# 251: HTTPStreamFactory::unregisterFactory missing implementation?
This commit is contained in:
@@ -254,4 +254,10 @@ void FTPStreamFactory::registerFactory()
|
||||
}
|
||||
|
||||
|
||||
void FTPStreamFactory::unregisterFactory()
|
||||
{
|
||||
URIStreamOpener::defaultOpener().unregisterStreamFactory("ftp");
|
||||
}
|
||||
|
||||
|
||||
} } // namespace Poco::Net
|
||||
|
||||
Reference in New Issue
Block a user