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

#ifndef ODB_TRACER_INLINE_HXX
#define ODB_TRACER_INLINE_HXX

#include <odb/context.hxx>

namespace tracer
{
  void
  generate_inline (context&);
}

#endif // ODB_TRACER_INLINE_HXX