Changeset 2755 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.cc
- Timestamp:
- May 23, 2005, 6:33:02 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.cc
r2701 r2755 1035 1035 { 1036 1036 // <ZThread> global PIApplication event loop synchronisation 1037 ZSync zs(thr_glsyn, 2); 1037 ZSync zs(thr_glsyn, 2); zs.NOp(); 1038 1038 1039 1039 PIDrawer *eld=CurrentElDrawer(); … … 1062 1062 { 1063 1063 // <ZThread> global PIApplication event loop synchronisation 1064 ZSync zs(thr_glsyn, 2); 1064 ZSync zs(thr_glsyn, 2); zs.NOp(); 1065 1065 1066 1066 PIDrawer *eld=CurrentElDrawer(); … … 1090 1090 { 1091 1091 // <ZThread> global PIApplication event loop synchronisation 1092 ZSync zs(thr_glsyn, 2); 1092 ZSync zs(thr_glsyn, 2); zs.NOp(); 1093 1093 1094 1094 PIDrawer *eld=CurrentElDrawer(); … … 1116 1116 { 1117 1117 // <ZThread> global PIApplication event loop synchronisation 1118 ZSync zs(thr_glsyn, 2); 1118 ZSync zs(thr_glsyn, 2); zs.NOp(); 1119 1119 1120 1120 PIDrawer *eld=CurrentElDrawer(); … … 1156 1156 { 1157 1157 // <ZThread> global PIApplication event loop synchronisation 1158 ZSync zs(thr_glsyn, 2); 1158 ZSync zs(thr_glsyn, 2); zs.NOp(); 1159 1159 1160 1160 PIDrawer *eld=CurrentElDrawer(); … … 1183 1183 { 1184 1184 // <ZThread> global PIApplication event loop synchronisation 1185 ZSync zs(thr_glsyn, 2); 1185 ZSync zs(thr_glsyn, 2); zs.NOp(); 1186 1186 1187 1187 PIDrawer *eld=CurrentElDrawer(); … … 1209 1209 { 1210 1210 // <ZThread> global PIApplication event loop synchronisation 1211 ZSync zs(thr_glsyn, 2); 1211 ZSync zs(thr_glsyn, 2); zs.NOp(); 1212 1212 1213 1213 PIDrawer *eld=CurrentElDrawer(); … … 1233 1233 { 1234 1234 // <ZThread> global PIApplication event loop synchronisation 1235 ZSync zs(thr_glsyn, 2); 1235 ZSync zs(thr_glsyn, 2); zs.NOp(); 1236 1236 1237 1237 PIDrawer *eld=CurrentElDrawer(); … … 1259 1259 { 1260 1260 // <ZThread> global PIApplication event loop synchronisation 1261 ZSync zs(thr_glsyn, 2); 1261 ZSync zs(thr_glsyn, 2); zs.NOp(); 1262 1262 1263 1263 PIDrawer *eld=CurrentElDrawer(); … … 1286 1286 { 1287 1287 // <ZThread> global PIApplication event loop synchronisation 1288 ZSync zs(thr_glsyn, 2); 1288 ZSync zs(thr_glsyn, 2); zs.NOp(); 1289 1289 1290 1290 PIDrawer *eld=CurrentElDrawer(); … … 1312 1312 { 1313 1313 // <ZThread> global PIApplication event loop synchronisation 1314 ZSync zs(thr_glsyn, 2); 1314 ZSync zs(thr_glsyn, 2); zs.NOp(); 1315 1315 1316 1316 PIDrawer *eld=CurrentElDrawer();
Note:
See TracChangeset
for help on using the changeset viewer.