// file : xsd-frontend/types.hxx // author : Boris Kolpackov // 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 namespace XSDFrontend { using namespace Cult::Types; typedef Cult::WideString String; } #endif // XSD_FRONTEND_TYPES_HXX