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_text.cpp

    r2 r43  
    1111namespace behavioural          {
    1212
     13#undef  FUNCTION
     14#define FUNCTION "XML::text"
    1315  bool XML::text (string text)
    1416  {
     17    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
    1518    _body += indent()+text+"\n";
     19    log_printf(FUNC,Behavioural,FUNCTION,"End");
    1620
    1721    return true;
Note: See TracChangeset for help on using the changeset viewer.