aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/serializer/genx/xml-error.hxx
blob: 86456188535be9a938a1b137deae0f13bd191cce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// file      : xsde/cxx/serializer/genx/xml-error.hxx
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#ifndef XSDE_CXX_SERIALIZER_GENX_XML_ERROR_HXX
#define XSDE_CXX_SERIALIZER_GENX_XML_ERROR_HXX

#include <xsde/c/genx/genx.h>

namespace xsde
{
  namespace cxx
  {
    namespace serializer
    {
      namespace genx
      {
        typedef genxStatus xml_error;

        const char*
        xml_error_text (xml_error);
      }
    }
  }
}

#endif  // XSDE_CXX_SERIALIZER_GENX_XML_ERROR_HXX