summaryrefslogtreecommitdiffstats
path: root/src/storage/phrase_large_table3_bdb.cpp
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-01-27 12:14:18 +0800
committerPeng Wu <alexepico@gmail.com>2016-01-27 12:14:18 +0800
commitdb3153f9b6c6f4c156d54cfcfb4056183e83493e (patch)
tree71dca60e1368a5e1cdc8fb5b906fc9a57deb86e6 /src/storage/phrase_large_table3_bdb.cpp
parent65276d8bef358c3d74957ac07a06cbfaa4ebed0b (diff)
downloadlibpinyin-db3153f9b6c6f4c156d54cfcfb4056183e83493e.tar.gz
libpinyin-db3153f9b6c6f4c156d54cfcfb4056183e83493e.tar.xz
libpinyin-db3153f9b6c6f4c156d54cfcfb4056183e83493e.zip
add phrase_large_table3_bdb.cpp
Diffstat (limited to 'src/storage/phrase_large_table3_bdb.cpp')
-rw-r--r--src/storage/phrase_large_table3_bdb.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/storage/phrase_large_table3_bdb.cpp b/src/storage/phrase_large_table3_bdb.cpp
new file mode 100644
index 0000000..61c221f
--- /dev/null
+++ b/src/storage/phrase_large_table3_bdb.cpp
@@ -0,0 +1,22 @@
+/*
+ * libpinyin
+ * Library to deal with pinyin.
+ *
+ * Copyright (C) 2016 Peng Wu <alexepico@gmail.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ */
+
+#include "phrase_large_table3.h"