Changeset 1760 in Sophya for trunk/ArchTOIPipe/TestPipes/tgenw.cc
- Timestamp:
- Nov 13, 2001, 5:01:39 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/TestPipes/tgenw.cc
r1738 r1760 3 3 // Christophe Magneville 4 4 // Reza Ansari 5 // $Id: tgenw.cc,v 1. 6 2001-11-08 15:47:45aubourg Exp $5 // $Id: tgenw.cc,v 1.7 2001-11-13 16:01:39 aubourg Exp $ 6 6 7 7 /* Test de GenWindowTOIProcessor (generic processor with window) … … 15 15 #include "array.h" 16 16 #include <unistd.h> 17 #include <stdexcept>18 17 #include "toi.h" 19 18 #include "toiprocessor.h" … … 25 24 #include "timing.h" 26 25 #include "sambainit.h" 26 #include <stdexcept> 27 27 28 28 // ----- Classe de test heritant de GenWindowTOIProcessor -----
Note:
See TracChangeset
for help on using the changeset viewer.