Changeset 1761 in Sophya for trunk/ArchTOIPipe/Kernel/toi.h
- Timestamp:
- Nov 13, 2001, 5:14:44 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/toi.h
r1759 r1761 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: toi.h,v 1.1 2 2001-11-13 15:47:26aubourg Exp $7 // $Id: toi.h,v 1.13 2001-11-13 16:14:43 aubourg Exp $ 8 8 9 9 #ifndef TOI_H … … 35 35 36 36 // ----- Rajouts Reza 12/3/2001 37 virtual void PrintStatus( ostream & os) const;37 virtual void PrintStatus(std::ostream & os) const; 38 38 // Fin rajouts Reza 12/3/2001 ------ 39 39 … … 148 148 }; 149 149 150 inline ostream & operator << (ostream & os, TOI const & toi)150 inline std::ostream & operator << (std::ostream & os, TOI const & toi) 151 151 { toi.PrintStatus(os); return os; } 152 152
Note:
See TracChangeset
for help on using the changeset viewer.