| 10131 | } |
| 10132 | |
| 10133 | FB_BOOLEAN RmtAuthBlock::next(CheckStatusWrapper* status) |
| 10134 | { |
| 10135 | try |
| 10136 | { |
| 10137 | rdr.moveNext(); |
| 10138 | return loadInfo(); |
| 10139 | } |
| 10140 | catch (const Exception& ex) |
| 10141 | { |
| 10142 | ex.stuffException(status); |
| 10143 | } |
| 10144 | return FB_FALSE; |
| 10145 | } |
| 10146 | |
| 10147 | FB_BOOLEAN RmtAuthBlock::first(CheckStatusWrapper* status) |
| 10148 | { |
no test coverage detected