aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/serializer/validating/qname-stl.ixx
blob: e3ef4e021a584a005ecb95d87f70560fb9156f46 (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/qname-stl.ixx
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

namespace xsde
{
  namespace cxx
  {
    namespace serializer
    {
      namespace validating
      {
        inline qname_simpl::
        qname_simpl ()
            : value_ ("a")
        {
        }
      }
    }
  }
}