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/include/Parameters.h

    r44 r72  
    2626  public : ~Parameters () ;
    2727
    28   public : string msg_error (void);
     28  public :        std::string   msg_error (void);
    2929
    30   public :        string   print      (uint32_t depth);
    31   public : friend ostream& operator<< (ostream& output_stream,
    32                                        morpheo::behavioural::@NAMESPACE_USE::Parameters & x);
     30  public :        std::string   print      (uint32_t depth);
     31  public : friend std::ostream& operator<< (std::ostream& output_stream,
     32                                            morpheo::behavioural::@NAMESPACE_USE::Parameters & x);
    3333  };
    3434
Note: See TracChangeset for help on using the changeset viewer.