Mercurial > mercurial > hgweb_mover2.cgi
diff include/main.h @ 11:9b0840b0be7e
cache done.
author | pyon@macmini |
---|---|
date | Sun, 23 Oct 2011 07:43:34 +0900 |
parents | 550c143ab194 |
children | f3463815c2c9 |
line wrap: on
line diff
--- a/include/main.h Fri Oct 21 07:58:23 2011 +0900 +++ b/include/main.h Sun Oct 23 07:43:34 2011 +0900 @@ -1,11 +1,10 @@ // Filename : main.h -// Last Change: 19-Oct-2011. +// Last Change: 22-Oct-2011. // #include "wx/wx.h" #include "wx/config.h" #include "wx/fileconf.h" -//#include "symbol.h" #define MYAPPNAME wxT("AMover2") #define VER 2 @@ -24,10 +23,13 @@ virtual bool OnInit(); virtual int OnExit(); void ConfInit(); + void InitLog(); + void WriteLog( wxString msg ); wxFileConfig *config; wxString conf_file; wxRect rect; + wxString workdir; wxString lmin; wxString lmax;