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