source: trunk/IPs/systemC/processor/Morpheo/Tools/Viewer/Bdd/src/Entity_alloc.cpp @ 33

Last change on this file since 33 was 26, checked in by chou, 17 years ago

Release 3 du viewer:
Etape 1 et 2 du projet complet et à jour.

File size: 327 bytes
Line 
1/*
2 *
3 * [desc.]
4 */
5#include "Tools/Viewer/Bdd/include/Entity.h"
6#include <string.h>
7namespace morpheo{
8namespace tools{
9namespace viewer{
10namespace bdd{     
11
12
13  Entity::Entity(string n,string t,int l)
14    :ListePorts()
15  {
16    name=n;
17    schema=l;
18    type=t;
19  }
20 
21};//end bdd
22};//end viewer
23};//end tools
24};//end morpheo
Note: See TracBrowser for help on using the repository browser.