Changeset 1532 in Sophya for trunk/ArchTOIPipe/Kernel/toiregwindow.h
- Timestamp:
- Jun 15, 2001, 2:58:44 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/toiregwindow.h
r1464 r1532 35 35 l'interface va etre modifiee, NE PAS UTILISER */ 36 36 #endif 37 virtual void doGetData(int i, double & val, int_8 & flg);37 virtual void doGetData(int i, double & val, uint_8 & flg); 38 38 39 virtual void doPutData(int i, double value, int_8 flag=0);39 virtual void doPutData(int i, double value, uint_8 flag=0); 40 40 virtual void doWontNeedBefore(int i); 41 41
Note:
See TracChangeset
for help on using the changeset viewer.