Mercurial > mercurial > hgweb_rsearcher.cgi
comparison include/net.h @ 9:ae89ce4793d8
add satellite-view.
| author | pyon@macmini |
|---|---|
| date | Wed, 31 Oct 2018 20:10:29 +0900 |
| parents | 82f9af6aa7e4 |
| children | 36811fd22bd2 |
comparison
equal
deleted
inserted
replaced
| 8:82f9af6aa7e4 | 9:ae89ce4793d8 |
|---|---|
| 1 // Filename : net.h | 1 // Filename : net.h |
| 2 // Last Change: 2018-10-29 月 15:31:38. | 2 // Last Change: 2018-10-31 水 10:34:32. |
| 3 // | 3 // |
| 4 | 4 |
| 5 #ifndef __NET_H__ | 5 #ifndef __NET_H__ |
| 6 #define __NET_H__ | 6 #define __NET_H__ |
| 7 | 7 |
| 17 public: | 17 public: |
| 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 void Get( wxString url, wxString file ); | 22 bool Get( wxString url, wxString file ); |
| 23 void GetDB(); | 23 bool GetDB(); |
| 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 ); |
| 26 }; | 26 }; |
| 27 | 27 |
| 28 #endif //__NET_H__ | 28 #endif //__NET_H__ |
