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

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

namespace traversal
{
  namespace relational
  {
    void names::
    traverse (type& e)
    {
      dispatch (e.nameable ());
    }
  }
}