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

    r29 r43  
    1111namespace behavioural          {
    1212
     13#undef  FUNCTION
     14#define FUNCTION "XML::insert_XML"
    1315  bool XML::insert_XML (XML xml)
    1416  {
     17    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
    1518    //return text (xml.get_body());
    1619    _body += xml.get_body(depth());
     20    log_printf(FUNC,Behavioural,FUNCTION,"End");
    1721
    1822    return true;
Note: See TracChangeset for help on using the changeset viewer.