| 987 | } |
| 988 | |
| 989 | void removeCurrent(CheckStatusWrapper* status) |
| 990 | { |
| 991 | try |
| 992 | { |
| 993 | pb->deleteClumplet(); |
| 994 | } |
| 995 | catch (const Exception& ex) |
| 996 | { |
| 997 | ex.stuffException(status); |
| 998 | } |
| 999 | } |
| 1000 | |
| 1001 | void insertInt(CheckStatusWrapper* status, unsigned char tag, int value) |
| 1002 | { |
nothing calls this directly
no test coverage detected