diff include/main.h @ 7:29829e98d510

add net.cpp
author pyon@macmini
date Fri, 26 Oct 2018 21:05:11 +0900
parents 9a8b581c1993
children ae89ce4793d8
line wrap: on
line diff
--- a/include/main.h	Tue Oct 23 19:15:22 2018 +0900
+++ b/include/main.h	Fri Oct 26 21:05:11 2018 +0900
@@ -1,5 +1,5 @@
 // Filename   : main.h
-// Last Change: 2018-10-23 ‰Î 10:09:58.
+// Last Change: 2018-10-25 –Ø 17:24:41.
 //
 #include <wx/wx.h>
 #include <wx/config.h>
@@ -17,7 +17,8 @@
 	private:
 		wxFileConfig *config;
 		wxString      conf_file;
-		wxString	  m_server;
+		wxString	  m_serveraddr;
+		int     	  m_serverport;
         bool          develop;
 
 	public: