Changeset 1761 in Sophya for trunk/ArchTOIPipe/TestPipes/tstdemopipe.cc
- Timestamp:
- Nov 13, 2001, 5:14:44 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/TestPipes/tstdemopipe.cc
r1760 r1761 97 97 virtual void run(void); 98 98 99 void PrintStatus( ostream & os);99 void PrintStatus(std::ostream & os); 100 100 101 101 inline int_8 ProcessedSampleCount() const {return totnscount;} … … 115 115 } 116 116 117 void DemoPipe::PrintStatus( ostream & os)117 void DemoPipe::PrintStatus(std::ostream & os) 118 118 { 119 119 os<<"DemoPipe::Print -- nread = "<<nread<<endl
Note:
See TracChangeset
for help on using the changeset viewer.