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