/* * $Id$ * * [ Description ] * */ #include "Behavioural/include/Interface.h" namespace morpheo { namespace behavioural { void Interface::set_comment (string comment) { _comment = _comment + comment; }; }; // end namespace behavioural }; // end namespace morpheo