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