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

#ifndef ODB_TRAVERSAL_UNIT_HXX
#define ODB_TRAVERSAL_UNIT_HXX

#include <odb/semantics/unit.hxx>
#include <odb/traversal/elements.hxx>

namespace traversal
{
  struct unit: scope_template<semantics::unit> {};
}

#endif // ODB_TRAVERSAL_UNIT_HXX