diff include/net.h @ 9:ae89ce4793d8

add satellite-view.
author pyon@macmini
date Wed, 31 Oct 2018 20:10:29 +0900
parents 82f9af6aa7e4
children 36811fd22bd2
line wrap: on
line diff
--- a/include/net.h	Tue Oct 30 17:26:02 2018 +0900
+++ b/include/net.h	Wed Oct 31 20:10:29 2018 +0900
@@ -1,5 +1,5 @@
 // Filename   : net.h
-// Last Change: 2018-10-29 月 15:31:38.
+// Last Change: 2018-10-31 水 10:34:32.
 //
 
 #ifndef __NET_H__
@@ -19,8 +19,8 @@
 		~RsHttp();
 
 		void SetServer( wxString server, int port ) { m_server = server; m_port = port; };
-		void Get( wxString url, wxString file );
-		void GetDB();
+		bool Get( wxString url, wxString file );
+		bool GetDB();
 		int  GetImagesSize( wxString hhs, wxString date );
 		void GetImages( wxString hhs, wxString date );
 };