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

    r42 r43  
    1212namespace behavioural          {
    1313
     14#undef  FUNCTION
     15#define FUNCTION "Interfaces::toXML"
    1416  XML Interfaces::toXML (void)
    1517  {
     18    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
     19
    1620    XML xml ("interfaces");
    1721   
     
    2630          }
    2731      }
    28      
     32 
     33    log_printf(FUNC,Behavioural,FUNCTION,"End");   
    2934    return xml;
    3035  };
    3136
     37#undef  FUNCTION
     38#define FUNCTION "Interfaces::toXML_mapping"
    3239  XML Interfaces::toXML_mapping (void)
    3340  {
     41    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
     42
    3443    XML xml ("interfaces");
    3544   
     
    4453          }
    4554      }
    46      
     55 
     56    log_printf(FUNC,Behavioural,FUNCTION,"End");   
    4757    return xml;
    4858  };
Note: See TracChangeset for help on using the changeset viewer.