Blame kcmap.cc

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