blob: 090e9641f153590c3e61eaa3a7f05495d9a9e89d (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
 | // file      : xsd-frontend/traversal/schema.cxx
// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <xsd-frontend/traversal/schema.hxx>
namespace XSDFrontend
{
  namespace Traversal
  {
  }
}
 |