#ifdef POSITION /* * $Id$ * * [ Description ] * */ #include "Behavioural/include/Interface.h" namespace morpheo { namespace behavioural { void Interface::set_comment (std::string comment) { log_printf(FUNC,Behavioural,"set_comment","Begin"); _comment = _comment + comment; log_printf(FUNC,Behavioural,"set_comment","End"); }; }; // end namespace behavioural }; // end namespace morpheo #endif