// 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) { } } } } }