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