Ignore:
Timestamp:
Nov 13, 2001, 5:14:44 PM (24 years ago)
Author:
aubourg
Message:

std::ostream car pour magique ostream is ambiguous

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/toiprocessor.h

    r1759 r1761  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: toiprocessor.h,v 1.13 2001-11-13 15:47:26 aubourg Exp $
     7// $Id: toiprocessor.h,v 1.14 2001-11-13 16:14:43 aubourg Exp $
    88
    99
     
    124124
    125125  //  Methodes rajoutees par Reza 11/3/2001
    126   virtual void  PrintStatus(ostream & os) ; // const plus tard
     126  virtual void  PrintStatus(std::ostream & os) ; // const plus tard
    127127  //  Fin rajout Reza 11/3/2001
    128128
     
    167167};
    168168
    169 inline ostream & operator << (ostream & os, TOIProcessor /*const*/ & toip)
     169inline std::ostream & operator << (std::ostream & os, TOIProcessor /*const*/ & toip)
    170170{ toip.PrintStatus(os); return os; }
    171171
Note: See TracChangeset for help on using the changeset viewer.