diff 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
line wrap: on
line diff
--- a/include/net.h	Sun Dec 09 14:38:15 2018 +0900
+++ b/include/net.h	Sat Jun 08 15:50:59 2019 +0900
@@ -1,5 +1,5 @@
 // Filename   : net.h
-// Last Change: 2018-11-14 水 10:05:44.
+// Last Change: 2019-05-24 金 16:03:16.
 //
 
 #ifndef __NET_H__
@@ -20,10 +20,9 @@
 
 		void SetServer( wxString server, int port ) { m_server = server; m_port = port; };
 		bool Get( wxString url, wxString file );
-		bool GetDB( int a, int h, int i);
+		bool GetDB( bool a, bool h, bool i);
 		int  GetImagesSize( wxString hhs, wxString date );
-		void GetImages( wxString hhs, wxString date );
-		void GetImages2Memory( wxString hhs, wxString date );
+		void GetImages( wxString hhs, wxString date, wxString flag );
 };
 
 #endif //__NET_H__