fixed GH# 251: HTTPStreamFactory::unregisterFactory missing implementation?

This commit is contained in:
Guenter Obiltschnig
2013-08-02 18:07:36 +02:00
parent 915265f2cb
commit 981b0a1ae4
5 changed files with 27 additions and 2 deletions

View File

@@ -121,6 +121,10 @@ public:
/// Registers the FTPStreamFactory with the
/// default URIStreamOpener instance.
static void unregisterFactory();
/// Unregisters the FTPStreamFactory with the
/// default URIStreamOpener instance.
protected:
static void splitUserInfo(const std::string& userInfo, std::string& username, std::string& password);
static void getUserInfo(const Poco::URI& uri, std::string& username, std::string& password);