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/ProcWSophya/ktoibad.cc

    r1739 r1761  
    2323}
    2424
    25 void FlagOutOfRange::Print(ostream & os)
     25void FlagOutOfRange::Print(std::ostream & os)
    2626{
    2727 os<<"FlagOutOfRange::Print Range: ["<<VMin<<","<<VMax<<"] flgBad="<<flgBad<<endl;
     
    115115}
    116116
    117 void FlagGlitch::Print(ostream & os)
     117void FlagGlitch::Print(std::ostream & os)
    118118{
    119119 os<<"FlagGlitch::Print"
     
    321321}
    322322
    323 void FlagAroundFlag::Print(ostream & os)
     323void FlagAroundFlag::Print(std::ostream & os)
    324324{
    325325 os<<"FlagAroundFlag::Print"
Note: See TracChangeset for help on using the changeset viewer.