Changeset 1761 in Sophya for trunk/ArchTOIPipe/Processors
- Timestamp:
- Nov 13, 2001, 5:14:44 PM (24 years ago)
- Location:
- trunk/ArchTOIPipe/Processors
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Processors/nooppr.cc
r1738 r1761 3 3 // Christophe Magneville 4 4 // Reza Ansari 5 // $Id: nooppr.cc,v 1. 7 2001-11-08 15:47:45aubourg Exp $5 // $Id: nooppr.cc,v 1.8 2001-11-13 16:14:43 aubourg Exp $ 6 6 7 7 #include <typeinfo> … … 20 20 21 21 22 void NoOpProcessor::PrintStatus( ostream & os)22 void NoOpProcessor::PrintStatus(std::ostream & os) 23 23 { 24 24 os << "\n ------------------------------------------------------ \n" -
trunk/ArchTOIPipe/Processors/nooppr.h
r1738 r1761 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: nooppr.h,v 1. 3 2001-11-08 15:47:45aubourg Exp $7 // $Id: nooppr.h,v 1.4 2001-11-13 16:14:43 aubourg Exp $ 8 8 9 9 … … 25 25 inline int_8 ProcessedSampleCount() const { return totnscount; } 26 26 27 virtual void PrintStatus( ostream & os) ; // const plus tard27 virtual void PrintStatus(std::ostream & os) ; // const plus tard 28 28 29 29 virtual void init();
Note:
See TracChangeset
for help on using the changeset viewer.