aboutsummaryrefslogtreecommitdiff
path: root/odb/inline.cxx
blob: 8c062aaf06d2cfce3a22be6f19d75f348e45dc54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// file      : odb/inline.cxx
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license   : GNU GPL v3; see accompanying LICENSE file

#include <odb/common.hxx>
#include <odb/context.hxx>
#include <odb/generate.hxx>

using namespace std;

namespace inline_
{
  void
  generate ()
  {
  }
}