Blame kchashdb.cc

Packit 807167
/*************************************************************************************************
Packit 807167
 * File hash database
Packit 807167
 *                                                               Copyright (C) 2009-2012 FAL Labs
Packit 807167
 * This file is part of Kyoto Cabinet.
Packit 807167
 * This program is free software: you can redistribute it and/or modify it under the terms of
Packit 807167
 * the GNU General Public License as published by the Free Software Foundation, either version
Packit 807167
 * 3 of the License, or any later version.
Packit 807167
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
Packit 807167
 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Packit 807167
 * See the GNU General Public License for more details.
Packit 807167
 * You should have received a copy of the GNU General Public License along with this program.
Packit 807167
 * If not, see <http://www.gnu.org/licenses/>.
Packit 807167
 *************************************************************************************************/
Packit 807167
Packit 807167
Packit 807167
#include "kchashdb.h"
Packit 807167
#include "myconf.h"
Packit 807167
Packit 807167
namespace kyotocabinet {                 // common namespace
Packit 807167
Packit 807167
Packit 807167
// There is no implementation now.
Packit 807167
Packit 807167
Packit 807167
}                                        // common namespace
Packit 807167
Packit 807167
// END OF FILE