aboutsummaryrefslogtreecommitdiff
path: root/odb/inline.hxx
blob: 41daac6f4ba070ddf2f1a3e30d827feac061d6f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// file      : odb/inline.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license   : GNU GPL v3; see accompanying LICENSE file

#ifndef ODB_INLINE_HXX
#define ODB_INLINE_HXX

#include <odb/context.hxx>

void
generate_inline (context&);

#endif // ODB_INLINE_HXX