Changeset 1753 in Sophya
- Timestamp:
- Nov 13, 2001, 3:53:58 PM (24 years ago)
- Location:
- trunk/ArchTOIPipe/Kernel
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/toimanager.cc
r1738 r1753 3 3 // Christophe Magneville 4 4 // Reza Ansari 5 // $Id: toimanager.cc,v 1.1 0 2001-11-08 15:47:46aubourg Exp $5 // $Id: toimanager.cc,v 1.11 2001-11-13 14:53:57 aubourg Exp $ 6 6 7 7 #include "toimanager.h" 8 8 #include <limits.h> 9 9 #include <pthread.h> 10 #include <iostream .h>10 #include <iostream> 11 11 #include <unistd.h> 12 12 -
trunk/ArchTOIPipe/Kernel/toiprocessor.h
r1743 r1753 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: toiprocessor.h,v 1.1 1 2001-11-09 23:13:15aubourg Exp $7 // $Id: toiprocessor.h,v 1.12 2001-11-13 14:53:58 aubourg Exp $ 8 8 9 9 … … 18 18 #include <string> 19 19 #include <map> 20 #include <iostream .h>20 #include <iostream> 21 21 22 22 #ifndef NO_SOPHYA -
trunk/ArchTOIPipe/Kernel/toisegment.cc
r1750 r1753 3 3 // Christophe Magneville 4 4 // Reza Ansari 5 // $Id: toisegment.cc,v 1.1 8 2001-11-12 14:12:54aubourg Exp $5 // $Id: toisegment.cc,v 1.19 2001-11-13 14:53:58 aubourg Exp $ 6 6 7 7 #include "toisegment.h" 8 8 9 #include <iostream .h>9 #include <iostream> 10 10 11 11 #ifndef MAXINT
Note:
See TracChangeset
for help on using the changeset viewer.