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

    r2 r43  
    1212namespace behavioural          {
    1313
     14#undef  FUNCTION
     15#define FUNCTION "Parameters::test"
    1416  void Parameters::test (void)         
    1517  {
     18    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
    1619    string msg = msg_error();
    1720   
    1821    if (msg.length() != 0)
    1922      throw (ErrorMorpheo (msg));
     23    log_printf(FUNC,Behavioural,FUNCTION,"End");
    2024  };
    2125 
Note: See TracChangeset for help on using the changeset viewer.