| 999 | } |
| 1000 | |
| 1001 | void insertInt(CheckStatusWrapper* status, unsigned char tag, int value) |
| 1002 | { |
| 1003 | try |
| 1004 | { |
| 1005 | pb->insertInt(tag, value); |
| 1006 | } |
| 1007 | catch (const Exception& ex) |
| 1008 | { |
| 1009 | ex.stuffException(status); |
| 1010 | } |
| 1011 | } |
| 1012 | |
| 1013 | void insertBigInt(CheckStatusWrapper* status, unsigned char tag, ISC_INT64 value) |
| 1014 | { |
no test coverage detected