Mercurial > mercurial > hgweb_searcher03.cgi
diff include/db.h @ 21:a2ad87cad48b
Enhanced the convenience of Cache dialog.
author | pyon@macmini |
---|---|
date | Wed, 17 Dec 2014 00:52:43 +0900 |
parents | bbd65edf71d4 |
children |
line wrap: on
line diff
--- a/include/db.h Mon Dec 08 19:47:42 2014 +0900 +++ b/include/db.h Wed Dec 17 00:52:43 2014 +0900 @@ -1,5 +1,5 @@ // Filename : db.h -// Last Change: 21-May-2014. +// Last Change: 12-Dec-2014. // #ifndef __DB_H__ #define __DB_H__ @@ -28,8 +28,10 @@ wxArrayString GetCcnByDate( wxString date ); // 合議体から被保険者番号を取得 wxArrayString GetHhsNoByCcn( wxString ccn, wxString date ); -// 範囲日時のパスを取得 -wxArrayString GetPathes( wxString from, wxString to ); +// 指定した範囲の日付のパスを取得 +wxArrayString GetPathesByPeriod( wxString from, wxString to ); +// 指定日のパスを取得 +wxArrayString GetPathesByDate( wxString date ); // インデックスを更新 void UpdateIndex( wxString datadir, wxString date ); // DBの整合性をチェック