Ignore:
Timestamp:
Jul 9, 2007, 11:04:26 AM (17 years ago)
Author:
rosiere
Message:

Modif mineur : ajout d'info de débug

Release non stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Entity_toXML.cpp

    r31 r43  
    1212namespace behavioural          {
    1313
     14#undef  FUNCTION
     15#define FUNCTION "Entity::toXML"
    1416  XML Entity::toXML (void)
    1517  {
     18    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
     19   
    1620    XML xml (_name);
    1721   
     
    2731    xml.  balise_close      ();
    2832   
     33    log_printf(FUNC,Behavioural,FUNCTION,"End");
     34   
    2935    return xml;
    3036  };
    3137
     38#undef  FUNCTION
     39#define FUNCTION "Entity::toXML_mapping"
    3240  XML Entity::toXML_mapping (void)
    3341  {
     42    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
     43   
    3444    if (_is_map != true)
    3545      throw (ErrorMorpheo ("Entity \""+_name+"\" is never mapped"));
     
    5666    xml.  balise_close      ();
    5767   
     68    log_printf(FUNC,Behavioural,FUNCTION,"End");
     69
    5870    return xml;
    5971  };
Note: See TracChangeset for help on using the changeset viewer.