/* * $Id$ * * [ Description ] * */ #include "Behavioural/include/XML.h" namespace morpheo { namespace behavioural { void XML::header (string encoding) { _body += "\n"; }; }; // end namespace behavioural }; // end namespace morpheo