summaryrefslogtreecommitdiffstats
path: root/src/storage/chewing_large_table2_kyotodb.cpp
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-03-14 13:39:56 +0800
committerPeng Wu <alexepico@gmail.com>2016-03-14 13:39:56 +0800
commit0a229eec709ba7a1da94d7885fe73acfeb1b2047 (patch)
tree37943a1cfd57fa3c231cd5546a89d01bd3ea37c0 /src/storage/chewing_large_table2_kyotodb.cpp
parentf8524d6dfa56207d1cfe6480707d9acf01c0a376 (diff)
downloadlibpinyin-0a229eec709ba7a1da94d7885fe73acfeb1b2047.tar.gz
libpinyin-0a229eec709ba7a1da94d7885fe73acfeb1b2047.tar.xz
libpinyin-0a229eec709ba7a1da94d7885fe73acfeb1b2047.zip
add chewing_large_table2_kyotodb.cpp
Diffstat (limited to 'src/storage/chewing_large_table2_kyotodb.cpp')
-rw-r--r--src/storage/chewing_large_table2_kyotodb.cpp25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/storage/chewing_large_table2_kyotodb.cpp b/src/storage/chewing_large_table2_kyotodb.cpp
new file mode 100644
index 0000000..83a9ab4
--- /dev/null
+++ b/src/storage/chewing_large_table2_kyotodb.cpp
@@ -0,0 +1,25 @@
+/*
+ * 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 "chewing_large_table2.h"
+
+namespace pinyin{
+};