summaryrefslogtreecommitdiff
path: root/libxsd-frontend/xsd-frontend/types.hxx
blob: b3059fde82c71a4ac82d1280043ef30cd8300729 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// file      : xsd-frontend/types.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#ifndef XSD_FRONTEND_TYPES_HXX
#define XSD_FRONTEND_TYPES_HXX

#include <cult/types.hxx>

namespace XSDFrontend
{
  using namespace Cult::Types;

  typedef Cult::WideString String;
}

#endif  // XSD_FRONTEND_TYPES_HXX