aboutsummaryrefslogtreecommitdiff
path: root/odb/inline.cxx
blob: e39f85d7d633ab9225c09c3bc5c8bcf60e2dac05 (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-2012 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 ()
  {
  }
}