Mercurial > mercurial > hgweb_rsearcher.cgi
comparison include/net.h @ 15:c262e17de9b1
db download skip-mode.
author | pyon@macmini |
---|---|
date | Sat, 08 Jun 2019 15:50:59 +0900 |
parents | f5ffc34f045a |
children | b651aa41b9d4 |
comparison
equal
deleted
inserted
replaced
14:c1dc1fcee7fe | 15:c262e17de9b1 |
---|---|
1 // Filename : net.h | 1 // Filename : net.h |
2 // Last Change: 2018-11-14 水 10:05:44. | 2 // Last Change: 2019-05-24 金 16:03:16. |
3 // | 3 // |
4 | 4 |
5 #ifndef __NET_H__ | 5 #ifndef __NET_H__ |
6 #define __NET_H__ | 6 #define __NET_H__ |
7 | 7 |
18 RsHttp(); | 18 RsHttp(); |
19 ~RsHttp(); | 19 ~RsHttp(); |
20 | 20 |
21 void SetServer( wxString server, int port ) { m_server = server; m_port = port; }; | 21 void SetServer( wxString server, int port ) { m_server = server; m_port = port; }; |
22 bool Get( wxString url, wxString file ); | 22 bool Get( wxString url, wxString file ); |
23 bool GetDB( int a, int h, int i); | 23 bool GetDB( bool a, bool h, bool i); |
24 int GetImagesSize( wxString hhs, wxString date ); | 24 int GetImagesSize( wxString hhs, wxString date ); |
25 void GetImages( wxString hhs, wxString date ); | 25 void GetImages( wxString hhs, wxString date, wxString flag ); |
26 void GetImages2Memory( wxString hhs, wxString date ); | |
27 }; | 26 }; |
28 | 27 |
29 #endif //__NET_H__ | 28 #endif //__NET_H__ |
30 | 29 |