aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/serializer/validating/token.ixx
blob: bb24a5d35112927ec8401847191af11034b273fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// file      : xsde/cxx/serializer/validating/token.ixx
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

namespace xsde
{
  namespace cxx
  {
    namespace serializer
    {
      namespace validating
      {
        inline token_simpl::
        token_simpl (bool free)
            : free_ (free)
        {
        }
      }
    }
  }
}