Ignore:
Timestamp:
Jan 29, 2008, 1:34:47 PM (16 years ago)
Author:
rosiere
Message:
  • SystemC de l'unite fonctionnelle.
  • gestion des groupes / instructions custom
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component/src/Parameters_print.cpp

    r71 r72  
    3232#undef  FUNCTION
    3333#define FUNCTION "@COMPONENT::operator<<"
    34   ostream& operator<< (ostream& output_stream ,
    35                        morpheo::behavioural::@NAMESPACE_USE::Parameters & x)
     34  std::stringostream& operator<< (std::stringostream& output_stream ,
     35                                  morpheo::behavioural::@NAMESPACE_USE::Parameters & x)
    3636  {
    3737    log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
Note: See TracChangeset for help on using the changeset viewer.