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