wok view accessx/stuff/accessx.diff @ rev 20234

Up Dropbear (2018.76) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 05 13:05:36 2018 +0100 (2018-03-05)
parents
children
line source
1 --- orig.Access.C 2003-09-19 17:08:01.000000000 +0100
2 +++ Access.C 2010-10-03 12:29:36.000000000 +0100
3 @@ -19,6 +19,7 @@
4 */
6 #include <X11/Xlib.h>
7 +#include <iostream>
8 #include <X11/XKBlib.h>
9 #include "Access.h"
11 @@ -62,43 +63,43 @@
13 void Access::ShowDiagnostics()
14 {
15 - cout << "AccessX Timeout: " << onoroff(GetAccessXTOState()) << endl;
16 - cout << "AccessX Timeout Value: " << GetAccessXDelay() << endl;
17 + std::cout << "AccessX Timeout: " << onoroff(GetAccessXTOState()) << std::endl;
18 + std::cout << "AccessX Timeout Value: " << GetAccessXDelay() << std::endl;
20 - cout << endl;
21 + std::cout << std::endl;
23 - cout << "MouseKeys: " << onoroff(GetMouseKeysState()) << endl;
24 - cout << " - Delay: " << GetMouseKeysDelay() << endl;
25 - cout << " - Interval: " << GetMouseKeysInterval() << endl;
26 - cout << " - T to Max: " << GetMouseKeysTimeToMax() << endl;
27 - cout << " - Max Speed: " << GetMouseKeysMaxSpeed() << endl;
28 - cout << " - Curve: " << GetMouseKeysCurve() << endl;
29 + std::cout << "MouseKeys: " << onoroff(GetMouseKeysState()) << std::endl;
30 + std::cout << " - Delay: " << GetMouseKeysDelay() << std::endl;
31 + std::cout << " - Interval: " << GetMouseKeysInterval() << std::endl;
32 + std::cout << " - T to Max: " << GetMouseKeysTimeToMax() << std::endl;
33 + std::cout << " - Max Speed: " << GetMouseKeysMaxSpeed() << std::endl;
34 + std::cout << " - Curve: " << GetMouseKeysCurve() << std::endl;
36 - cout << endl;
37 + std::cout << std::endl;
39 - cout << "SlowKeys: " << onoroff(GetSlowKeysState()) << endl;
40 - cout << " - Delay: " << GetSlowKeysDelay() << endl;
41 + std::cout << "SlowKeys: " << onoroff(GetSlowKeysState()) << std::endl;
42 + std::cout << " - Delay: " << GetSlowKeysDelay() << std::endl;
44 - cout << endl;
45 + std::cout << std::endl;
47 - cout << "StickyKeys: " << onoroff(GetStickyKeysState()) << endl;
48 - cout << " - Latch/Lock: " << onoroff(GetStickyKeysLatchToLockState())
49 - << endl;
50 - cout << " - 2 Key Dis: " <<
51 - onoroff(GetStickyKeysTwoKeyDisableState()) << endl;
52 + std::cout << "StickyKeys: " << onoroff(GetStickyKeysState()) << std::endl;
53 + std::cout << " - Latch/Lock: " << onoroff(GetStickyKeysLatchToLockState())
54 + << std::endl;
55 + std::cout << " - 2 Key Dis: " <<
56 + onoroff(GetStickyKeysTwoKeyDisableState()) << std::endl;
58 - cout << endl;
59 + std::cout << std::endl;
61 - cout << "BounceKeys: " << onoroff(GetBounceKeysState()) << endl;
62 - cout << " - Delay: " << GetBounceKeysDelay() << endl;
63 + std::cout << "BounceKeys: " << onoroff(GetBounceKeysState()) << std::endl;
64 + std::cout << " - Delay: " << GetBounceKeysDelay() << std::endl;
66 - cout << endl;
67 + std::cout << std::endl;
69 - cout << "RepeatKeys: " << onoroff(GetRepeatKeysState()) << endl;
70 - cout << " - Delay: " << GetRepeatKeysDelay() << endl;
71 - cout << " - Interval: " << GetRepeatKeysInterval() << endl;
72 + std::cout << "RepeatKeys: " << onoroff(GetRepeatKeysState()) << std::endl;
73 + std::cout << " - Delay: " << GetRepeatKeysDelay() << std::endl;
74 + std::cout << " - Interval: " << GetRepeatKeysInterval() << std::endl;
76 - cout << endl;
77 + std::cout << std::endl;
78 }
80 //
81 --- orig.Access.h 2003-09-19 17:00:42.000000000 +0100
82 +++ Access.h 2010-10-03 12:24:20.000000000 +0100
83 @@ -21,7 +21,7 @@
84 *
85 */
87 -#include <iostream.h>
88 +#include <iostream>
89 #include <math.h>
91 inline char* onoroff(int val)
92 --- orig.ax.C 2003-09-19 17:09:31.000000000 +0100
93 +++ ax.C 2010-10-03 12:31:00.000000000 +0100
94 @@ -62,45 +62,45 @@
96 void showHelp(void) {
98 - cout << "Usage: accessx [options & option/value pairs]"
99 - << endl << endl;
100 - cout << "status: Show status of AccessX Features" << endl
101 - << "help: Show this help text" << endl
102 - << "loadconfig: Load the ~/AccessX config file" << endl
103 - << endl
104 - << "+timeout: Enable AccessX Timeout" << endl
105 - << "-timeout: Disable AccessX Timeout" << endl
106 - << "timeout <value>: Set AccessX Timeout" << endl
107 - << endl
108 - << "+mousekeys: Enable MouseKeys" << endl
109 - << "-mousekeys: Disable MouseKeys" << endl
110 - << "mousedelay <value>: Set MouseKeys Delay" << endl
111 - << "mouseinterval <value>: Set MouseKeys Interval" << endl
112 - << "mousetimetomax <value>: Set MouseKeys time to max speed" << endl
113 - << "mousemaxspeed <value>: Set MouseKeys max speed" << endl
114 - << "mousecurve <value>: Set MouseKeys acceleration curve" << endl
115 - << endl
116 - << "+slowkeys: Enable SlowKeys" << endl
117 - << "-slowkeys: Disable SlowKeys" << endl
118 - << "slowdelay <value>: Set SlowKeys Delay" << endl
119 - << endl
120 - << "+stickykeys: Enable StickyKeys" << endl
121 - << "-stickykeys: Disable StickyKeys" << endl
122 - << "+stickylatchtolock: Enable S.K. Latch To Lock" << endl
123 - << "-stickylatchtolock: Disbale S.K. Latch To Lock" << endl
124 - << "+stickytwokeydisable: Enable S.K. Two Key Disable" << endl
125 - << "-stickytwokeydisable: Disable S.K. Two Key Disable" << endl
126 - << endl
127 - << "+bouncekeys: Enable BounceKeys" << endl
128 - << "-bouncekeys: Disable BounceKeys" << endl
129 - << "bouncedelay <value>: Set Debounce Delay" << endl
130 - << endl
131 - << "+repeatkeys: Enable RepeatKeys" << endl
132 - << "-repeatkeys: Disable RepeatKeys" << endl
133 - << "repeatdelay <value>: Set RepeatKeys Delay" << endl
134 - << "repeatinterval <value>: Set RepeatKeys Interval" << endl << endl
135 - << "With no options, loads config file." << endl
136 - << endl;
137 + std::cout << "Usage: accessx [options & option/value pairs]"
138 + << std::endl << std::endl;
139 + std::cout << "status: Show status of AccessX Features" << std::endl
140 + << "help: Show this help text" << std::endl
141 + << "loadconfig: Load the ~/AccessX config file" << std::endl
142 + << std::endl
143 + << "+timeout: Enable AccessX Timeout" << std::endl
144 + << "-timeout: Disable AccessX Timeout" << std::endl
145 + << "timeout <value>: Set AccessX Timeout" << std::endl
146 + << std::endl
147 + << "+mousekeys: Enable MouseKeys" << std::endl
148 + << "-mousekeys: Disable MouseKeys" << std::endl
149 + << "mousedelay <value>: Set MouseKeys Delay" << std::endl
150 + << "mouseinterval <value>: Set MouseKeys Interval" << std::endl
151 + << "mousetimetomax <value>: Set MouseKeys time to max speed" << std::endl
152 + << "mousemaxspeed <value>: Set MouseKeys max speed" << std::endl
153 + << "mousecurve <value>: Set MouseKeys acceleration curve" << std::endl
154 + << std::endl
155 + << "+slowkeys: Enable SlowKeys" << std::endl
156 + << "-slowkeys: Disable SlowKeys" << std::endl
157 + << "slowdelay <value>: Set SlowKeys Delay" << std::endl
158 + << std::endl
159 + << "+stickykeys: Enable StickyKeys" << std::endl
160 + << "-stickykeys: Disable StickyKeys" << std::endl
161 + << "+stickylatchtolock: Enable S.K. Latch To Lock" << std::endl
162 + << "-stickylatchtolock: Disbale S.K. Latch To Lock" << std::endl
163 + << "+stickytwokeydisable: Enable S.K. Two Key Disable" << std::endl
164 + << "-stickytwokeydisable: Disable S.K. Two Key Disable" << std::endl
165 + << std::endl
166 + << "+bouncekeys: Enable BounceKeys" << std::endl
167 + << "-bouncekeys: Disable BounceKeys" << std::endl
168 + << "bouncedelay <value>: Set Debounce Delay" << std::endl
169 + << std::endl
170 + << "+repeatkeys: Enable RepeatKeys" << std::endl
171 + << "-repeatkeys: Disable RepeatKeys" << std::endl
172 + << "repeatdelay <value>: Set RepeatKeys Delay" << std::endl
173 + << "repeatinterval <value>: Set RepeatKeys Interval" << std::endl << std::endl
174 + << "With no options, loads config file." << std::endl
175 + << std::endl;
176 }
179 @@ -115,26 +115,26 @@
181 void showRawStatus(Access* ax)
182 {
183 - cout << ax->GetAccessXTOState() << endl;
184 - cout << (int)ceil(ax->GetAccessXDelay() / 60.0) << endl;
185 - cout << ax->GetMouseKeysState() << endl;
186 - cout << (int)ceil(ax->GetMouseKeysTimeToMax() / 1000.0) << endl;
187 - cout << ax->GetMouseKeysMaxSpeed() << endl;
188 - cout << ax->GetSlowKeysState() << endl;
189 - cout << (float)(ax->GetSlowKeysDelay() / 1000.0) << endl;
190 - cout << ax->GetStickyKeysState() << endl;
191 - cout << ax->GetStickyKeysLatchToLockState() << endl;
192 - cout << ax->GetStickyKeysTwoKeyDisableState() << endl;
193 - cout << ax->GetBounceKeysState() << endl;
194 - cout << (float)(ax->GetBounceKeysDelay() / 1000.0) << endl;
195 - cout << ax->GetRepeatKeysState() << endl;
196 - cout << (float)(ax->GetRepeatKeysDelay() / 1000.0) << endl;
197 - cout << (float)(1000.0 / ax->GetRepeatKeysInterval()) << endl;
198 - cout << ToggleKeysToggleSet << endl;
199 - cout << SoundOnOffToggleSet << endl;
200 - cout << SlowKeysOnAcceptToggleSet << endl;
201 - cout << SlowKeysOnPressToggleSet << endl;
202 - cout << EnableAccessXToggleSet << endl;
203 + std::cout << ax->GetAccessXTOState() << std::endl;
204 + std::cout << (int)ceil(ax->GetAccessXDelay() / 60.0) << std::endl;
205 + std::cout << ax->GetMouseKeysState() << std::endl;
206 + std::cout << (int)ceil(ax->GetMouseKeysTimeToMax() / 1000.0) << std::endl;
207 + std::cout << ax->GetMouseKeysMaxSpeed() << std::endl;
208 + std::cout << ax->GetSlowKeysState() << std::endl;
209 + std::cout << (float)(ax->GetSlowKeysDelay() / 1000.0) << std::endl;
210 + std::cout << ax->GetStickyKeysState() << std::endl;
211 + std::cout << ax->GetStickyKeysLatchToLockState() << std::endl;
212 + std::cout << ax->GetStickyKeysTwoKeyDisableState() << std::endl;
213 + std::cout << ax->GetBounceKeysState() << std::endl;
214 + std::cout << (float)(ax->GetBounceKeysDelay() / 1000.0) << std::endl;
215 + std::cout << ax->GetRepeatKeysState() << std::endl;
216 + std::cout << (float)(ax->GetRepeatKeysDelay() / 1000.0) << std::endl;
217 + std::cout << (float)(1000.0 / ax->GetRepeatKeysInterval()) << std::endl;
218 + std::cout << ToggleKeysToggleSet << std::endl;
219 + std::cout << SoundOnOffToggleSet << std::endl;
220 + std::cout << SlowKeysOnAcceptToggleSet << std::endl;
221 + std::cout << SlowKeysOnPressToggleSet << std::endl;
222 + std::cout << EnableAccessXToggleSet << std::endl;
223 }
225 ///////////////////////////////////////////////////////////////////////////////
226 @@ -183,7 +183,7 @@
227 index++;
228 rc = getValue(argv[index], &value);
229 if(rc) {
230 - cout << "Invalid Option." << endl;
231 + std::cout << "Invalid Option." << std::endl;
232 exit(2);
233 }
234 ax->SetAccessXDelay(value);
235 @@ -201,7 +201,7 @@
236 index++;
237 rc = getValue(argv[index], &value);
238 if(rc) {
239 - cout << "Invalid Option." << endl;
240 + std::cout << "Invalid Option." << std::endl;
241 exit(2);
242 }
243 ax->SetMouseKeysDelay(value);
244 @@ -210,7 +210,7 @@
245 index++;
246 rc = getValue(argv[index], &value);
247 if(rc) {
248 - cout << "Invalid Option." << endl;
249 + std::cout << "Invalid Option." << std::endl;
250 exit(2);
251 }
252 ax->SetMouseKeysInterval(value);
253 @@ -219,7 +219,7 @@
254 index++;
255 rc = getValue(argv[index], &value);
256 if(rc) {
257 - cout << "Invalid Option." << endl;
258 + std::cout << "Invalid Option." << std::endl;
259 exit(2);
260 }
261 ax->SetMouseKeysTimeToMax(value);
262 @@ -228,7 +228,7 @@
263 index++;
264 rc = getValue(argv[index], &value);
265 if(rc) {
266 - cout << "Invalid Option." << endl;
267 + std::cout << "Invalid Option." << std::endl;
268 exit(2);
269 }
270 ax->SetMouseKeysMaxSpeed(value);
271 @@ -237,7 +237,7 @@
272 index++;
273 rc = getValue(argv[index], &value);
274 if(rc) {
275 - cout << "Invalid Option." << endl;
276 + std::cout << "Invalid Option." << std::endl;
277 exit(2);
278 }
279 ax->SetMouseKeysCurve(value);
280 @@ -255,7 +255,7 @@
281 index++;
282 rc = getValue(argv[index], &value);
283 if(rc) {
284 - cout << "Invalid Option." << endl;
285 + std::cout << "Invalid Option." << std::endl;
286 exit(2);
287 }
288 ax->SetSlowKeysDelay(value);
289 @@ -294,7 +294,7 @@
290 index++;
291 rc = getValue(argv[index], &value);
292 if(rc) {
293 - cout << "Invalid Option." << endl;
294 + std::cout << "Invalid Option." << std::endl;
295 exit(2);
296 }
297 ax->SetBounceKeysDelay(value);
298 @@ -312,7 +312,7 @@
299 index++;
300 rc = getValue(argv[index], &value);
301 if(rc) {
302 - cout << "Invalid Option." << endl;
303 + std::cout << "Invalid Option." << std::endl;
304 exit(2);
305 }
306 ax->SetRepeatKeysDelay(value);
307 @@ -321,7 +321,7 @@
308 index++;
309 rc = getValue(argv[index], &value);
310 if(rc) {
311 - cout << "Invalid Option." << endl;
312 + std::cout << "Invalid Option." << std::endl;
313 exit(2);
314 }
315 ax->SetRepeatKeysInterval(value);
316 @@ -330,7 +330,7 @@
317 // AccessX Unknown Features ---------------------------------------------
319 else {
320 - cout << "Unknown Option!" << endl;
321 + std::cout << "Unknown Option!" << std::endl;
322 exit(1);
323 }
325 @@ -490,14 +490,14 @@
326 else if(!strcmp(param, "*TimeOutScale.value:")) {
327 rc = getValue(value, &TimeOutScaleValue);
328 if(rc) {
329 - cout << "Invalid Config File Option." << endl;
330 + std::cout << "Invalid Config File Option." << std::endl;
331 exit(10);
332 }
333 }
334 else if(!strcmp(param, "*TimeOutScale.decimalPoints:")) {
335 rc = getValue(value, &TimeOutScaleDecimalPoints);
336 if(rc) {
337 - cout << "Invalid Config File Option." << endl;
338 + std::cout << "Invalid Config File Option." << std::endl;
339 exit(10);
340 }
341 }
342 @@ -505,7 +505,7 @@
343 else if(!strcmp(param, "*KRGSlowKeysDelayScale.value:")) {
344 rc = getValue(value, &KRGSlowKeysDelayScaleValue);
345 if(rc) {
346 - cout << "Invalid Config File Option." << endl;
347 + std::cout << "Invalid Config File Option." << std::endl;
348 exit(10);
349 }
350 }
351 @@ -513,7 +513,7 @@
352 else if(!strcmp(param, "*KRGSlowKeysDelayScale.decimalPoints:")) {
353 rc = getValue(value, &KRGSlowKeysDelayScaleDecimalPoints);
354 if(rc) {
355 - cout << "Invalid Config File Option." << endl;
356 + std::cout << "Invalid Config File Option." << std::endl;
357 exit(10);
358 }
359 }
360 @@ -521,7 +521,7 @@
361 else if(!strcmp(param, "*MouseMaxSpeedScale.value:")) {
362 rc = getValue(value, &MouseMaxSpeedScaleValue);
363 if(rc) {
364 - cout << "Invalid Config File Option." << endl;
365 + std::cout << "Invalid Config File Option." << std::endl;
366 exit(10);
367 }
368 }
369 @@ -529,7 +529,7 @@
370 else if(!strcmp(param, "*MouseMaxSpeedScale.decimalPoints:")) {
371 rc = getValue(value, &MouseMaxSpeedScaleDecimalPoints);
372 if(rc) {
373 - cout << "Invalid Config File Option." << endl;
374 + std::cout << "Invalid Config File Option." << std::endl;
375 exit(10);
376 }
377 }
378 @@ -537,7 +537,7 @@
379 else if(!strcmp(param, "*KRGDebounceScale.value:")) {
380 rc = getValue(value, &KRGDebounceScaleValue);
381 if(rc) {
382 - cout << "Invalid Config File Option." << endl;
383 + std::cout << "Invalid Config File Option." << std::endl;
384 exit(10);
385 }
386 }
387 @@ -545,7 +545,7 @@
388 else if(!strcmp(param, "*KRGDebounceScale.decimalPoints:")) {
389 rc = getValue(value, &KRGDebounceScaleDecimalPoints);
390 if(rc) {
391 - cout << "Invalid Config File Option." << endl;
392 + std::cout << "Invalid Config File Option." << std::endl;
393 exit(10);
394 }
395 }
396 @@ -553,7 +553,7 @@
397 else if(!strcmp(param, "*KRGRepeatDelayScale.value:")) {
398 rc = getValue(value, &KRGRepeatDelayScaleValue);
399 if(rc) {
400 - cout << "Invalid Config File Option." << endl;
401 + std::cout << "Invalid Config File Option." << std::endl;
402 exit(10);
403 }
404 }
405 @@ -561,7 +561,7 @@
406 else if(!strcmp(param, "*KRGRepeatDelayScale.decimalPoints:")) {
407 rc = getValue(value, &KRGRepeatDelayScaleDecimalPoints);
408 if(rc) {
409 - cout << "Invalid Config File Option." << endl;
410 + std::cout << "Invalid Config File Option." << std::endl;
411 exit(10);
412 }
413 }
414 @@ -569,7 +569,7 @@
415 else if(!strcmp(param, "*KRGRepeatRateScale.value:")) {
416 rc = getValue(value, &KRGRepeatRateScaleValue);
417 if(rc) {
418 - cout << "Invalid Config File Option." << endl;
419 + std::cout << "Invalid Config File Option." << std::endl;
420 exit(10);
421 }
422 }
423 @@ -577,7 +577,7 @@
424 else if(!strcmp(param, "*KRGRepeatRateScale.decimalPoints:")) {
425 rc = getValue(value, &KRGRepeatRateScaleDecimalPoints);
426 if(rc) {
427 - cout << "Invalid Config File Option." << endl;
428 + std::cout << "Invalid Config File Option." << std::endl;
429 exit(10);
430 }
431 }
432 @@ -585,7 +585,7 @@
433 else if(!strcmp(param, "*MouseTimeToMaxScale.value:")) {
434 rc = getValue(value, &MouseTimeToMaxScaleValue);
435 if(rc) {
436 - cout << "Invalid Config File Option." << endl;
437 + std::cout << "Invalid Config File Option." << std::endl;
438 exit(10);
439 }
440 }
441 @@ -593,13 +593,13 @@
442 else if(!strcmp(param, "*MouseTimeToMaxScale.decimalPoints:")) {
443 rc = getValue(value, &MouseTimeToMaxScaleDecimalPoints);
444 if(rc) {
445 - cout << "Invalid Config File Option." << endl;
446 + std::cout << "Invalid Config File Option." << std::endl;
447 exit(10);
448 }
449 }
451 else {
452 - cout << "Invalid Config File Parameter." << endl;
453 + std::cout << "Invalid Config File Parameter." << std::endl;
454 exit(10);
455 }
456 }
457 @@ -621,7 +621,7 @@
458 SlowKeysDelayValue /= 10;
460 if(SlowKeysDelayValue == 0) {
461 - cout << "Config File: Slow Keys Delay Cannot Be Zero." << endl;
462 + std::cout << "Config File: Slow Keys Delay Cannot Be Zero." << std::endl;
463 exit(10);
464 }
466 @@ -629,7 +629,7 @@
467 TimeOutValue /= 10;
469 if(TimeOutValue == 0) {
470 - cout << "Config File: Timeout Value Cannot Be Zero." << endl;
471 + std::cout << "Config File: Timeout Value Cannot Be Zero." << std::endl;
472 exit(10);
473 }
475 @@ -637,7 +637,7 @@
476 MouseMaxSpeedValue /= 10;
478 if(MouseMaxSpeedValue == 0) {
479 - cout << "Config File: Mouse Keys Max Speed Cannot Be Zero." << endl;
480 + std::cout << "Config File: Mouse Keys Max Speed Cannot Be Zero." << std::endl;
481 exit(10);
482 }
484 @@ -645,7 +645,7 @@
485 MouseTimeToMaxValue /= 10;
487 if(MouseTimeToMaxValue == 0) {
488 - cout << "Config File: Mouse Keys Time To Max Cannot Be Zero." << endl;
489 + std::cout << "Config File: Mouse Keys Time To Max Cannot Be Zero." << std::endl;
490 exit(10);
491 }
493 @@ -653,7 +653,7 @@
494 DebounceValue /= 10;
496 if(DebounceValue == 0) {
497 - cout << "Config File: Debounce Delay Cannot Be Zero." << endl;
498 + std::cout << "Config File: Debounce Delay Cannot Be Zero." << std::endl;
499 exit(10);
500 }
502 @@ -661,7 +661,7 @@
503 RepeatDelayValue /= 10;
505 if(RepeatDelayValue == 0) {
506 - cout << "Config File: Repeat Keys Delay Cannot Be Zero." << endl;
507 + std::cout << "Config File: Repeat Keys Delay Cannot Be Zero." << std::endl;
508 exit(10);
509 }
511 @@ -669,7 +669,7 @@
512 RepeatRateValue /= 10;
514 if(RepeatRateValue == 0) {
515 - cout << "Config File: Repeat Keys Rate Cannot Be Zero." << endl;
516 + std::cout << "Config File: Repeat Keys Rate Cannot Be Zero." << std::endl;
517 exit(10);
518 }
520 @@ -695,14 +695,14 @@
521 ax->SetRepeatKeysInterval((int)floor(1000.0/RepeatRateValue));
523 if(!quiet) {
524 - cout << "Config file ~/AccessX loaded." << endl
525 - << "\"ax help\" for help." << endl;
526 + std::cout << "Config file ~/AccessX loaded." << std::endl
527 + << "\"ax help\" for help." << std::endl;
528 }
529 }
530 else {
531 if(!quiet) {
532 - cout << "Config File ~/AccessX not found!" << endl
533 - << "\"ax help\" for help." << endl;
534 + std::cout << "Config File ~/AccessX not found!" << std::endl
535 + << "\"ax help\" for help." << std::endl;
536 }
537 }
538 }
539 --- orig.ax.h 2003-09-19 17:06:56.000000000 +0100
540 +++ ax.h 2010-10-03 12:24:42.000000000 +0100
541 @@ -24,7 +24,7 @@
543 // Include Files
545 -#include <iostream.h>
546 +#include <iostream>
547 #include <stdio.h>
548 #include <stdlib.h>
549 #include <string.h>