Differences From Artifact [233b7de8f5]:
- File src/natools-s_expressions-generic_caches.adb — part of check-in [f06c3f6401] at 2014-02-23 17:55:02 on branch trunk — s_expressions-generic_caches: turn a useless check into a precondition (user: nat, size: 10336) [annotate] [blame] [check-ins using]
To Artifact [3373c2a61e]:
- File src/natools-s_expressions-generic_caches.adb — part of check-in [53eb91b3c5] at 2014-02-26 22:52:58 on branch trunk — s_expressions-generic_caches: return End_Of_Input instead of Error, to fix behaviour of empty cursors (user: nat, size: 10343) [annotate] [blame] [check-ins using]
︙ | |||
316 317 318 319 320 321 322 | 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 | - + | overriding procedure Next (Object : in out Cursor; Event : out Events.Event) is begin if Object.Position = null then |
︙ |