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