aboutsummaryrefslogtreecommitdiff
path: root/odb/inline.hxx
blob: 1613c58c2a05e8dfd1a8b5aefc074184956e114a (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-2011 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