- fixed is_local() in Uri
This commit is contained in:
Johannes Schlatow 2010-11-03 13:02:19 +01:00
parent 6cb5c7a104
commit 08bbd38615
2 changed files with 18 additions and 4 deletions

View file

@ -62,6 +62,7 @@ public:
std::string port;
std::string user;
std::string protocol;
bool parsed;
};
#endif