#ifdef POSITION /* * $Id$ * * [ Description ] * */ #include "Behavioural/include/Interface.h" namespace morpheo { namespace behavioural { void Interface::port_map (void * entity, void * interface) { _is_map = true ; _entity_map = entity ; _interface_map = interface; }; }; // end namespace behavioural }; // end namespace morpheo #endif