Changeset 1766 in Sophya for trunk/ArchTOIPipe
- Timestamp:
- Nov 14, 2001, 3:49:05 PM (24 years ago)
- Location:
- trunk/ArchTOIPipe
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/toi.h
r1762 r1766 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: toi.h,v 1.1 4 2001-11-13 16:22:47aubourg Exp $7 // $Id: toi.h,v 1.15 2001-11-14 14:49:05 aubourg Exp $ 8 8 9 9 #ifndef TOI_H … … 11 11 12 12 #include "config.h" 13 #include <vector .h>13 #include <vector> 14 14 using namespace std; 15 15 -
trunk/ArchTOIPipe/Kernel/toimanager.h
r1759 r1766 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: toimanager.h,v 1.1 0 2001-11-13 15:47:26aubourg Exp $7 // $Id: toimanager.h,v 1.11 2001-11-14 14:49:05 aubourg Exp $ 8 8 9 9 … … 11 11 #define TOIMANAGER_H 12 12 13 #include "config.h" 13 14 #include <string> 14 #include <vector .h>15 #include <vector> 15 16 16 17 using namespace std; -
trunk/ArchTOIPipe/Kernel/toiregwindow.h
r1759 r1766 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: toiregwindow.h,v 1. 4 2001-11-13 15:47:26aubourg Exp $7 // $Id: toiregwindow.h,v 1.5 2001-11-14 14:49:05 aubourg Exp $ 8 8 9 9 #ifndef TOI_REGWINDOW_H … … 13 13 14 14 #include <pthread.h> 15 #include <vector .h>15 #include <vector> 16 16 using namespace std; 17 17 #include "toi.h" -
trunk/ArchTOIPipe/Kernel/toisegment.h
r1759 r1766 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: toisegment.h,v 1.1 3 2001-11-13 15:47:26aubourg Exp $7 // $Id: toisegment.h,v 1.14 2001-11-14 14:49:05 aubourg Exp $ 8 8 9 9 #ifndef TOISEGMENT_H 10 10 #define TOISEGMENT_H 11 11 12 #include <vector.h> 13 #include <set.h> 12 #include "config.h" 13 #include <vector> 14 #include <set> 14 15 15 16 #include "toi.h" -
trunk/ArchTOIPipe/ProcWSophya/genwproc.h
r1762 r1766 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: genwproc.h,v 1. 9 2001-11-13 16:22:46aubourg Exp $7 // $Id: genwproc.h,v 1.10 2001-11-14 14:49:05 aubourg Exp $ 8 8 9 9 … … 14 14 #include "tvector.h" 15 15 16 #include <vector .h>16 #include <vector> 17 17 18 18
Note:
See TracChangeset
for help on using the changeset viewer.