summaryrefslogtreecommitdiffstats
path: root/src/storage/phrase_large_table3_kyotodb.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-01-27 16:02:26 +0800
committerPeng Wu <alexepico@gmail.com>2016-01-27 16:02:26 +0800
commit82e482b394d08ee2001cfbccc8fe72cf8fa9e438 (patch)
tree6e3e1f0e86f6961791076fe057e75e785fef1c0c /src/storage/phrase_large_table3_kyotodb.h
parentb564ca7a9266364f538ec548b02c1eee64c4d373 (diff)
downloadlibpinyin-82e482b394d08ee2001cfbccc8fe72cf8fa9e438.tar.gz
libpinyin-82e482b394d08ee2001cfbccc8fe72cf8fa9e438.tar.xz
libpinyin-82e482b394d08ee2001cfbccc8fe72cf8fa9e438.zip
rename load/store to load_db/store_db methods
Diffstat (limited to 'src/storage/phrase_large_table3_kyotodb.h')
-rw-r--r--src/storage/phrase_large_table3_kyotodb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/storage/phrase_large_table3_kyotodb.h b/src/storage/phrase_large_table3_kyotodb.h
index fa76ffe..ff6f0ce 100644
--- a/src/storage/phrase_large_table3_kyotodb.h
+++ b/src/storage/phrase_large_table3_kyotodb.h
@@ -50,9 +50,9 @@ public:
/* load/store method */
/* use in-memory DBM here, for better performance. */
- bool load(const char * filename);
+ bool load_db(const char * filename);
- bool store(const char * new_filename);
+ bool store_db(const char * new_filename);
bool load_text(FILE * infile);