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

    r15 r43  
    1111namespace behavioural          {
    1212
     13#undef  FUNCTION
     14#define FUNCTION "Parameters::Parameters"
    1315  Parameters::Parameters  (void)
    1416  {
     17    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
     18    log_printf(FUNC,Behavioural,FUNCTION,"End");
    1519  };
    1620
     21#undef  FUNCTION
     22#define FUNCTION "Parameters::~Parameters" 
    1723  Parameters::~Parameters ()
    1824  {
     25    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
     26    log_printf(FUNC,Behavioural,FUNCTION,"End");
    1927  };
    2028
Note: See TracChangeset for help on using the changeset viewer.