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

    r42 r43  
    1212namespace behavioural          {
    1313
     14#undef  FUNCTION
     15#define FUNCTION "Component::operator<<"
    1416  ostream& operator<< (ostream& output_stream,
    1517                       morpheo::behavioural::Component & x)
    1618  {
     19    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
     20
    1721    output_stream << x.get_entity    () << endl;
    1822    output_stream << x.get_component () << endl;
     23
     24    log_printf(FUNC,Behavioural,FUNCTION,"End");
     25   
    1926    return output_stream;
    2027  };
Note: See TracChangeset for help on using the changeset viewer.