diff include/db.h @ 11:dfcf8c973219

Implement Cache maker.
author pyon@macmini
date Wed, 07 May 2014 20:38:57 +0900
parents b455f2d8aac9
children bbd65edf71d4
line wrap: on
line diff
--- a/include/db.h	Mon Apr 28 18:14:04 2014 +0900
+++ b/include/db.h	Wed May 07 20:38:57 2014 +0900
@@ -1,5 +1,5 @@
 // Filename   : db.h
-// Last Change: 05-Feb-2014.
+// Last Change: 02-May-2014.
 //
 #ifndef __DB_H__
 #define __DB_H__
@@ -26,6 +26,8 @@
 wxArrayString GetCcnByDate( wxString date );
 // 合議体から被保険者番号を取得
 wxArrayString GetHhsNoByCcn( wxString ccn, wxString date );
+// 範囲日時のパスを取得
+wxArrayString GetPathes( wxString from, wxString to );
 // インデックスを更新
 void UpdateIndex( wxString datadir, wxString date );
 // DBの整合性をチェック