Mercurial > mercurial > hgweb_rsearcher.cgi
comparison include/net.h @ 13:f5ffc34f045a
manage DB.
| author | pyon@macmini | 
|---|---|
| date | Wed, 14 Nov 2018 19:43:40 +0900 | 
| parents | 799b6008db8e | 
| children | c262e17de9b1 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 12:240752cbe11b | 13:f5ffc34f045a | 
|---|---|
| 1 // Filename : net.h | 1 // Filename : net.h | 
| 2 // Last Change: 2018-11-09 金 09:31:59. | 2 // Last Change: 2018-11-14 水 10:05:44. | 
| 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(); | 23 bool GetDB( int a, int h, int 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 ); | 
| 26 void GetImages2Memory( wxString hhs, wxString date ); | 26 void GetImages2Memory( wxString hhs, wxString date ); | 
| 27 }; | 27 }; | 
| 28 | 28 | 
