Changeset 1762 in Sophya for trunk/ArchTOIPipe/Kernel/toi.h


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

toujours et encore magique

File:
1 edited

Legend:

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

    r1761 r1762  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: toi.h,v 1.13 2001-11-13 16:14:43 aubourg Exp $
     7// $Id: toi.h,v 1.14 2001-11-13 16:22:47 aubourg Exp $
    88
    99#ifndef TOI_H
     
    3535
    3636  //   ----- Rajouts Reza 12/3/2001
    37   virtual void PrintStatus(std::ostream & os) const;
     37  virtual void PrintStatus(::ostream & os) const;
    3838  //  Fin rajouts Reza 12/3/2001 ------
    3939
     
    148148};
    149149
    150 inline std::ostream & operator << (std::ostream & os, TOI const & toi)
     150inline ::ostream & operator << (::ostream & os, TOI const & toi)
    151151{ toi.PrintStatus(os); return os; }
    152152
Note: See TracChangeset for help on using the changeset viewer.