source: trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Position_find_interface.cpp @ 31

Last change on this file since 31 was 31, checked in by rosiere, 17 years ago

Class Position qui encapsule la génération des fichiers de positions

File size: 390 bytes
Line 
1#ifdef POSITION
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/include/Position.h"
10
11namespace morpheo              {
12namespace behavioural          {
13
14  Interface * Position::find_interface (string   name  , 
15                                        Entity * entity)
16  {
17    return entity->find_interface(name);
18  };
19
20}; // end namespace behavioural         
21}; // end namespace morpheo             
22#endif
Note: See TracBrowser for help on using the repository browser.