summaryrefslogtreecommitdiff
path: root/odb/mysql/common.cxx
blob: cd572d6b2c13d819ba90e49e6ad495d040dbaea6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// file      : odb/mysql/common.cxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license   : GNU GPL v2; see accompanying LICENSE file

#include <odb/mysql/common.hxx>

using namespace std;

namespace mysql
{
}