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

    r42 r43  
    1111namespace behavioural          {
    1212
     13#undef  FUNCTION
     14#define FUNCTION "Component::get_entity"
    1315  string Component::get_entity (void)
    1416  {
     17    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
     18
    1519    ostringstream text;
    1620    text << *(_entity);
     21
     22    log_printf(FUNC,Behavioural,FUNCTION,"End");
     23
    1724    return text.str();
    1825  };
Note: See TracChangeset for help on using the changeset viewer.