aboutsummaryrefslogtreecommitdiff
path: root/odb/traversal/relational/index.hxx
blob: e0cde8fa3a1a23d1fdbc4383a4f1f7713ade3d9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// file      : odb/traversal/relational/index.hxx
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license   : GNU GPL v3; see accompanying LICENSE file

#ifndef ODB_TRAVERSAL_RELATIONAL_INDEX_HXX
#define ODB_TRAVERSAL_RELATIONAL_INDEX_HXX

#include <odb/semantics/relational/index.hxx>
#include <odb/traversal/relational/key.hxx>

namespace traversal
{
  namespace relational
  {
    struct index: key_template<semantics::relational::index> {};
  }
}

#endif // ODB_TRAVERSAL_RELATIONAL_INDEX_HXX