summaryrefslogtreecommitdiff
path: root/xsd/xsd/cxx/tree/serialization-header.hxx
blob: 08c58ab6e39a9ba06aa1e950d4c9e8b73374e62a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// file      : xsd/cxx/tree/serialization-header.hxx
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#ifndef XSD_CXX_TREE_SERIALIZATION_HEADER_HXX
#define XSD_CXX_TREE_SERIALIZATION_HEADER_HXX

#include <xsd/cxx/tree/elements.hxx>

namespace CXX
{
  namespace Tree
  {
    void
    generate_serialization_header (Context&);
  }
}

#endif  // XSD_CXX_TREE_SERIALIZATION_HEADER_HXX