~ubuntu-branches/ubuntu/quantal/kyotocabinet/quantal

« back to all changes in this revision

Viewing changes to kctextdb.cc

  • Committer: Package Import Robot
  • Author(s): Shawn Landden
  • Date: 2012-06-07 16:12:07 UTC
  • Revision ID: package-import@ubuntu.com-20120607161207-prbj5blqgzzfl8of
Tags: upstream-1.2.76
ImportĀ upstreamĀ versionĀ 1.2.76

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*************************************************************************************************
 
2
 * Plain text database
 
3
 *                                                               Copyright (C) 2009-2012 FAL Labs
 
4
 * This file is part of Kyoto Cabinet.
 
5
 * This program is free software: you can redistribute it and/or modify it under the terms of
 
6
 * the GNU General Public License as published by the Free Software Foundation, either version
 
7
 * 3 of the License, or any later version.
 
8
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
 
9
 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
10
 * See the GNU General Public License for more details.
 
11
 * You should have received a copy of the GNU General Public License along with this program.
 
12
 * If not, see <http://www.gnu.org/licenses/>.
 
13
 *************************************************************************************************/
 
14
 
 
15
 
 
16
#include "kctextdb.h"
 
17
#include "myconf.h"
 
18
 
 
19
namespace kyotocabinet {                 // common namespace
 
20
 
 
21
 
 
22
// There is no implementation now.
 
23
 
 
24
 
 
25
}                                        // common namespace
 
26
 
 
27
// END OF FILE