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