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/Component_toXML.cpp

    r42 r43  
    1212namespace behavioural          {
    1313
     14#undef  FUNCTION
     15#define FUNCTION "Component::toXML"
     16
    1417  XML Component::toXML (void)
    1518  {
     19    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
     20
    1621    XML xml (_entity->get_name());
    1722   
     
    3338    xml.  balise_close      ();
    3439    xml.balise_close        ();
    35    
     40 
     41    log_printf(FUNC,Behavioural,FUNCTION,"End");
     42 
    3643    return xml;
    3744  };
Note: See TracChangeset for help on using the changeset viewer.