comparison include/db.h @ 7:7ac7d28699af

Display DB update day. Ask print image with mask or not.
author pyon@macmini
date Thu, 17 Oct 2013 19:54:23 +0900
parents fdba695b99f1
children 4967d1e2b30c
comparison
equal deleted inserted replaced
6:76db82822e73 7:7ac7d28699af
1 // Filename : db.h 1 // Filename : db.h
2 // Last Change: 11-Sep-2013. 2 // Last Change: 16-Oct-2013.
3 // 3 //
4 #ifndef __DB_H__ 4 #ifndef __DB_H__
5 #define __DB_H__ 5 #define __DB_H__
6 6
7 #include "common.h" 7 #include "common.h"
24 wxArrayString GetHhsNoByCcn( wxString ccn, wxString date ); 24 wxArrayString GetHhsNoByCcn( wxString ccn, wxString date );
25 // インデックスを更新 25 // インデックスを更新
26 void UpdateIndex( wxString datedir, wxString date ); 26 void UpdateIndex( wxString datedir, wxString date );
27 // DBの整合性をチェック 27 // DBの整合性をチェック
28 wxArrayString CheckDBs( void ); 28 wxArrayString CheckDBs( void );
29 // DBの更新日時を取得
30 wxArrayString GetLastUpdate( void );
29 31
30 #endif //__DB_H__ 32 #endif //__DB_H__
31 33