summaryrefslogtreecommitdiffstats
path: root/src/storage/table_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/table_info.h')
-rw-r--r--src/storage/table_info.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/storage/table_info.h b/src/storage/table_info.h
index 6adc1af..dc1c474 100644
--- a/src/storage/table_info.h
+++ b/src/storage/table_info.h
@@ -35,9 +35,16 @@ private:
pinyin_table_info_t m_table_info[PHRASE_INDEX_LIBRARY_COUNT];
+private:
+ void reset();
+
+ void postfix_tables();
+
public:
SystemTableInfo();
+ ~SystemTableInfo();
+
bool load(const char * filename);
pinyin_table_info_t * get_table_info();