Mercurial > mercurial > hgweb_rsearcher.cgi
diff include/mngdb.h @ 16:b651aa41b9d4 default tip
hhsinfo method (server)
author | pyon@macmini |
---|---|
date | Mon, 15 Jul 2019 07:03:05 +0900 |
parents | c1dc1fcee7fe |
children |
line wrap: on
line diff
--- a/include/mngdb.h Sat Jun 08 15:50:59 2019 +0900 +++ b/include/mngdb.h Mon Jul 15 07:03:05 2019 +0900 @@ -1,9 +1,8 @@ // Filename : mngdb.h -// Last Change: 2018-11-21 08:27:58. +// Last Change: 2019-07-15 Mon 06:54:37. // -#ifndef __MNGDB_H__ -#define __MNGDB_H__ +#pragma once #include <wx/gdicmn.h> #include <wx/font.h> @@ -46,10 +45,9 @@ void OnIndex( wxCommandEvent& event ); void OnExit( wxCommandEvent& event ); + void CreateControls( void ); void SetDBdir( wxString dir ); void SetServer( wxString server ) { m_server = server; }; void Upload( wxString file ); }; -#endif //__MNGDB_H__ -