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

    r31 r43  
    1212namespace behavioural          {
    1313
     14
     15#undef  FUNCTION
     16#define FUNCTION "Interfaces::operator<<"
    1417  ostream& operator<< (ostream& output_stream ,
    1518                       morpheo::behavioural::Interfaces & x)
    1619  {
     20    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
    1721    output_stream << x.get_interface () << endl;
     22    log_printf(FUNC,Behavioural,FUNCTION,"End");
    1823    return output_stream;
    1924  };
Note: See TracChangeset for help on using the changeset viewer.