Changeset 1762 in Sophya for trunk/ArchTOIPipe/ProcWSophya/simtoipr.cc
- Timestamp:
- Nov 13, 2001, 5:22:47 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/simtoipr.cc
r1761 r1762 3 3 // Christophe Magneville 4 4 // Reza Ansari 5 // $Id: simtoipr.cc,v 1.1 5 2001-11-13 16:14:43aubourg Exp $5 // $Id: simtoipr.cc,v 1.16 2001-11-13 16:22:47 aubourg Exp $ 6 6 7 7 #include "array.h" … … 47 47 } 48 48 49 void SimpleDeglitcher::PrintStatus( std::ostream & os)49 void SimpleDeglitcher::PrintStatus(::ostream & os) 50 50 { 51 51 os << "\n ------------------------------------------------------ \n" … … 421 421 } 422 422 423 void SimpleFilter::PrintStatus( std::ostream & os)423 void SimpleFilter::PrintStatus(::ostream & os) 424 424 { 425 425 os << "\n ------------------------------------------------------ \n" … … 547 547 } 548 548 549 void SimpleAdder::PrintStatus( std::ostream & os)549 void SimpleAdder::PrintStatus(::ostream & os) 550 550 { 551 551 os << "\n ------------------------------------------------------ \n" … … 644 644 645 645 646 void SimpleFourierFilter::PrintStatus( std::ostream & os)646 void SimpleFourierFilter::PrintStatus(::ostream & os) 647 647 { 648 648 os << "\n ------------------------------------------------------ \n" … … 811 811 812 812 813 void SimpleFanOut::PrintStatus( std::ostream & os)813 void SimpleFanOut::PrintStatus(::ostream & os) 814 814 { 815 815 os << "\n ------------------------------------------------------ \n"
Note:
See TracChangeset
for help on using the changeset viewer.