summaryrefslogtreecommitdiffstats
path: root/src/storage/phrase_large_table3_kyotodb.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-01-26 16:01:40 +0800
committerPeng Wu <alexepico@gmail.com>2016-01-26 16:01:40 +0800
commit8a69df17c20e7b09fc91856d6653ff52b5f297aa (patch)
treec45285edc17ca2187ef1e75ff3409f584e285ac4 /src/storage/phrase_large_table3_kyotodb.h
parent4e0c42f37615c7efc24d8a06b9e77b025824c8b0 (diff)
downloadlibpinyin-8a69df17c20e7b09fc91856d6653ff52b5f297aa.tar.gz
libpinyin-8a69df17c20e7b09fc91856d6653ff52b5f297aa.tar.xz
libpinyin-8a69df17c20e7b09fc91856d6653ff52b5f297aa.zip
update member variables
Diffstat (limited to 'src/storage/phrase_large_table3_kyotodb.h')
-rw-r--r--src/storage/phrase_large_table3_kyotodb.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/storage/phrase_large_table3_kyotodb.h b/src/storage/phrase_large_table3_kyotodb.h
index 9ee9290..deb83e8 100644
--- a/src/storage/phrase_large_table3_kyotodb.h
+++ b/src/storage/phrase_large_table3_kyotodb.h
@@ -22,13 +22,18 @@
#ifndef PHRASE_LARGE_TABLE3_KYOTODB_H
#define PHRASE_LARGE_TABLE3_KYOTODB_H
+#include <kcdb.h>
+
namespace pinyin{
class PhraseTableEntry;
class PhraseLargeTable3{
-protected:
+private:
/* member variables. */
+ kyotocabinet::BasicDB * m_db;
+
+protected:
PhraseTableEntry * m_entry;
void reset();