/* * $Id$ * * [ Description ] * */ #include "Behavioural/include/XML.h" namespace morpheo { namespace behavioural { bool XML::singleton_end (void) { _body+=" />\n"; return true; }; }; // end namespace behavioural }; // end namespace morpheo