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

    r31 r43  
    1313namespace behavioural          {
    1414
     15#undef  FUNCTION
     16#define FUNCTION "Entity::set_comment"
    1517  void Entity::set_comment (string comment)
    1618  {
     19    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
    1720    _comment = _comment + comment;
     21    log_printf(FUNC,Behavioural,FUNCTION,"End");
    1822  };
    1923
Note: See TracChangeset for help on using the changeset viewer.