Changeset 1740 in Sophya for trunk/ArchTOIPipe/Kernel/toi.h
- Timestamp:
- Nov 9, 2001, 12:23:58 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/toi.h
r1738 r1740 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: toi.h,v 1. 9 2001-11-08 15:47:46aubourg Exp $7 // $Id: toi.h,v 1.10 2001-11-08 23:23:58 aubourg Exp $ 8 8 9 9 #ifndef TOI_H … … 73 73 string getName() const {return name;} 74 74 75 bool needSyncOldWay() const {return syncOldWay;} 76 75 77 protected: 76 78 TOI* errorTOI; … … 89 91 vector<TOIProcessor*> consumers; 90 92 double defaultValue; 91 93 bool syncOldWay; 94 92 95 #ifdef WITH_SOPHYA 93 96 /* l'interface va etre modifiee, NE PAS UTILISER
Note:
See TracChangeset
for help on using the changeset viewer.