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