aboutsummaryrefslogtreecommitdiff
path: root/odb/traversal/relational/model.hxx
blob: 6c120f6de8c23eb9a74140785aeb87c9c0adb56d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// file      : odb/traversal/relational/model.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_TRAVERSAL_RELATIONAL_MODEL_HXX
#define ODB_TRAVERSAL_RELATIONAL_MODEL_HXX

#include <odb/semantics/relational/model.hxx>
#include <odb/traversal/relational/elements.hxx>

namespace traversal
{
  namespace relational
  {
    struct model: scope_template<semantics::relational::model> {};
  }
}

#endif // ODB_TRAVERSAL_RELATIONAL_MODEL_HXX