aboutsummaryrefslogtreecommitdiff
path: root/src/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/url.h')
-rw-r--r--src/url.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/url.h b/src/url.h
index cf1210b..88d128b 100644
--- a/src/url.h
+++ b/src/url.h
@@ -28,6 +28,8 @@ namespace Bu
28 void parseUrl( const Bu::FString &sUrl ); 28 void parseUrl( const Bu::FString &sUrl );
29 void parseParams( const Bu::FString &sQuery ); 29 void parseParams( const Bu::FString &sQuery );
30 void parseParams( Bu::FString::const_iterator &i ); 30 void parseParams( Bu::FString::const_iterator &i );
31 void parsePath( const Bu::FString &sPath );
32 void parsePath( Bu::FString::const_iterator &i );
31 void clear(); 33 void clear();
32 34
33 Bu::FString getUrl() const; 35 Bu::FString getUrl() const;
@@ -59,7 +61,6 @@ namespace Bu
59 void parseProtocol( Bu::FString::const_iterator &i ); 61 void parseProtocol( Bu::FString::const_iterator &i );
60 void parseUserPass( Bu::FString::const_iterator &i ); 62 void parseUserPass( Bu::FString::const_iterator &i );
61 void parseHost( Bu::FString::const_iterator &i ); 63 void parseHost( Bu::FString::const_iterator &i );
62 void parsePath( Bu::FString::const_iterator &i );
63 64
64 private: 65 private:
65 Bu::FString sProtocol; 66 Bu::FString sProtocol;