From db3153f9b6c6f4c156d54cfcfb4056183e83493e Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 27 Jan 2016 12:14:18 +0800 Subject: add phrase_large_table3_bdb.cpp --- src/storage/phrase_large_table3_bdb.cpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/storage/phrase_large_table3_bdb.cpp (limited to 'src/storage/phrase_large_table3_bdb.cpp') 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 + * + * 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" -- cgit