summaryrefslogtreecommitdiff
path: root/odb/source.hxx
blob: 9fac039d15c5db9b68d3148c249be2470f8bc9e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// file      : odb/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_SOURCE_HXX
#define ODB_SOURCE_HXX

#include "context.hxx"

void
generate_source (context&);

#endif // ODB_SOURCE_HXX