// file : xsde/cxx/serializer/validating/qname-stl.ixx // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file namespace xsde { namespace cxx { namespace serializer { namespace validating { inline qname_simpl:: qname_simpl () : value_ ("a") { } } } } }