diff 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
line wrap: on
line diff
--- a/include/net.h	Sat Jun 08 15:50:59 2019 +0900
+++ b/include/net.h	Mon Jul 15 07:03:05 2019 +0900
@@ -1,9 +1,8 @@
 // Filename   : net.h
-// Last Change: 2019-05-24 金 16:03:16.
+// Last Change: 2019-07-08 月 08:45:51.
 //
 
-#ifndef __NET_H__
-#define __NET_H__
+#pragma once
 
 #include <wx/msgdlg.h> 
 #include <wx/wfstream.h>
@@ -25,5 +24,3 @@
 		void GetImages( wxString hhs, wxString date, wxString flag );
 };
 
-#endif //__NET_H__
-