diff include/net.h @ 13:f5ffc34f045a

manage DB.
author pyon@macmini
date Wed, 14 Nov 2018 19:43:40 +0900
parents 799b6008db8e
children c262e17de9b1
line wrap: on
line diff
--- a/include/net.h	Tue Nov 13 21:11:20 2018 +0900
+++ b/include/net.h	Wed Nov 14 19:43:40 2018 +0900
@@ -1,5 +1,5 @@
 // Filename   : net.h
-// Last Change: 2018-11-09 金 09:31:59.
+// Last Change: 2018-11-14 水 10:05:44.
 //
 
 #ifndef __NET_H__
@@ -20,7 +20,7 @@
 
 		void SetServer( wxString server, int port ) { m_server = server; m_port = port; };
 		bool Get( wxString url, wxString file );
-		bool GetDB();
+		bool GetDB( int a, int h, int i);
 		int  GetImagesSize( wxString hhs, wxString date );
 		void GetImages( wxString hhs, wxString date );
 		void GetImages2Memory( wxString hhs, wxString date );