Changeset 1762 in Sophya for trunk/ArchTOIPipe/Kernel/toiprocessor.h
- Timestamp:
- Nov 13, 2001, 5:22:47 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/toiprocessor.h
r1761 r1762 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: toiprocessor.h,v 1.1 4 2001-11-13 16:14:43aubourg Exp $7 // $Id: toiprocessor.h,v 1.15 2001-11-13 16:22:47 aubourg Exp $ 8 8 9 9 … … 124 124 125 125 // Methodes rajoutees par Reza 11/3/2001 126 virtual void PrintStatus( std::ostream & os) ; // const plus tard126 virtual void PrintStatus(::ostream & os) ; // const plus tard 127 127 // Fin rajout Reza 11/3/2001 128 128 … … 167 167 }; 168 168 169 inline std::ostream & operator << (std::ostream & os, TOIProcessor /*const*/ & toip)169 inline ::ostream & operator << (::ostream & os, TOIProcessor /*const*/ & toip) 170 170 { toip.PrintStatus(os); return os; } 171 171
Note:
See TracChangeset
for help on using the changeset viewer.