// file : xsde/cxx/serializer/non-validating/gday.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 non_validating { inline gday_simpl:: gday_simpl () : value_ (1) { } } } } }