aboutsummaryrefslogtreecommitdiff
path: root/odb/inline.cxx
blob: 4bc328df7fe6eaea339acc1b6fabd44bef2c1923 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// file      : odb/inline.cxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// 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 ()
  {
  }
}