diff options
Diffstat (limited to 'src/httpget.h')
| -rw-r--r-- | src/httpget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/httpget.h b/src/httpget.h index 410914c..783f880 100644 --- a/src/httpget.h +++ b/src/httpget.h | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | #include "bu/stream.h" | 11 | #include "bu/stream.h" |
| 12 | #include "bu/fstring.h" | 12 | #include "bu/fstring.h" |
| 13 | #include "bu/url.h" | 13 | #include "bu/url.h" |
| 14 | #include "bu/socket.h" | 14 | #include "bu/tcpsocket.h" |
| 15 | #include "bu/hash.h" | 15 | #include "bu/hash.h" |
| 16 | 16 | ||
| 17 | namespace Bu | 17 | namespace Bu |
| @@ -52,7 +52,7 @@ namespace Bu | |||
| 52 | private: | 52 | private: |
| 53 | Bu::Url uSrc; | 53 | Bu::Url uSrc; |
| 54 | Bu::FString sMethod; | 54 | Bu::FString sMethod; |
| 55 | Bu::Socket sSrv; | 55 | Bu::TcpSocket sSrv; |
| 56 | typedef Bu::Hash<Bu::FString,Bu::FString> MimeHash; | 56 | typedef Bu::Hash<Bu::FString,Bu::FString> MimeHash; |
| 57 | MimeHash hMimeIn; | 57 | MimeHash hMimeIn; |
| 58 | MimeHash hMimeOut; | 58 | MimeHash hMimeOut; |
