aboutsummaryrefslogtreecommitdiff
path: root/odb/tracer/source.hxx
blob: 2c82f3ad76c2363382f67c4ad4e74c23d1838602 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// file      : odb/tracer/source.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_SOURCE_HXX
#define ODB_TRACER_SOURCE_HXX

#include <odb/context.hxx>

namespace tracer
{
  void
  generate_source (context&);
}

#endif // ODB_TRACER_SOURCE_HXX