Mercurial > mercurial > hgweb_rsearcher.cgi
comparison include/net.h @ 16:b651aa41b9d4 default tip
hhsinfo method (server)
author | pyon@macmini |
---|---|
date | Mon, 15 Jul 2019 07:03:05 +0900 |
parents | c262e17de9b1 |
children |
comparison
equal
deleted
inserted
replaced
15:c262e17de9b1 | 16:b651aa41b9d4 |
---|---|
1 // Filename : net.h | 1 // Filename : net.h |
2 // Last Change: 2019-05-24 金 16:03:16. | 2 // Last Change: 2019-07-08 月 08:45:51. |
3 // | 3 // |
4 | 4 |
5 #ifndef __NET_H__ | 5 #pragma once |
6 #define __NET_H__ | |
7 | 6 |
8 #include <wx/msgdlg.h> | 7 #include <wx/msgdlg.h> |
9 #include <wx/wfstream.h> | 8 #include <wx/wfstream.h> |
10 #include <wx/protocol/http.h> | 9 #include <wx/protocol/http.h> |
11 | 10 |
23 bool GetDB( bool a, bool h, bool i); | 22 bool GetDB( bool a, bool h, bool i); |
24 int GetImagesSize( wxString hhs, wxString date ); | 23 int GetImagesSize( wxString hhs, wxString date ); |
25 void GetImages( wxString hhs, wxString date, wxString flag ); | 24 void GetImages( wxString hhs, wxString date, wxString flag ); |
26 }; | 25 }; |
27 | 26 |
28 #endif //__NET_H__ | |
29 |