| 1047 | } |
| 1048 | |
| 1049 | void insertTag(CheckStatusWrapper* status, unsigned char tag) |
| 1050 | { |
| 1051 | try |
| 1052 | { |
| 1053 | pb->insertTag(tag); |
| 1054 | } |
| 1055 | catch (const Exception& ex) |
| 1056 | { |
| 1057 | ex.stuffException(status); |
| 1058 | } |
| 1059 | } |
| 1060 | |
| 1061 | FB_BOOLEAN isEof(CheckStatusWrapper* status) |
| 1062 | { |
no test coverage detected