comparison include/mngdb.h @ 13:f5ffc34f045a

manage DB.
author pyon@macmini
date Wed, 14 Nov 2018 19:43:40 +0900
parents 799b6008db8e
children c1dc1fcee7fe
comparison
equal deleted inserted replaced
12:240752cbe11b 13:f5ffc34f045a
1 // Filename : mngdb.h 1 // Filename : mngdb.h
2 // Last Change: 2018-11-09 09:02:17. 2 // Last Change: 2018-11-14 13:53:29.
3 // 3 //
4 4
5 #ifndef __MNGDB_H__ 5 #ifndef __MNGDB_H__
6 #define __MNGDB_H__ 6 #define __MNGDB_H__
7 7
42 42
43 void OnBuild( wxCommandEvent& event ); 43 void OnBuild( wxCommandEvent& event );
44 void OnUpload( wxCommandEvent& event ); 44 void OnUpload( wxCommandEvent& event );
45 void OnExit( wxCommandEvent& event ); 45 void OnExit( wxCommandEvent& event );
46 46
47 void SetDBdir( wxString dir );
48 void SetServer( wxString server ) { m_server = server; };
47 void Upload( wxString file ); 49 void Upload( wxString file );
48 void ClearServer( void );
49 void UpdateDB( void );
50 }; 50 };
51 51
52 #endif //__MNGDB_H__ 52 #endif //__MNGDB_H__
53 53