--- trunk/perl/HyperEstraierWrapper.cpp 2005/09/10 08:22:04 17 +++ trunk/perl/HyperEstraierWrapper.cpp 2005/10/11 14:04:20 32 @@ -13,9 +13,11 @@ #include /* backward compatibility for 0.5.4 */ +/* #ifndef ESTCONDAGITO #define ESTCONDAGITO ESTCONDAGIT #endif +*/ namespace estraier { @@ -415,12 +417,12 @@ if (!db) throw IOError("closed database"); return est_mtdb_size(db); } - void set_cache_size(size_t size, int anum, int tnum) { + void set_cache_size(size_t size, int anum, int tnum, int rnum) { /** * set the maximum size of the cache memory of a database */ if (!db) throw IOError("closed database"); - est_mtdb_set_cache_size(db, size, anum, tnum); + est_mtdb_set_cache_size(db, size, anum, tnum, rnum); } void set_special_cache(const char *name, int num) { /**