| 1215 | } |
| 1216 | |
| 1217 | const unsigned char* getBuffer(CheckStatusWrapper* status) |
| 1218 | { |
| 1219 | try |
| 1220 | { |
| 1221 | return pb->getBuffer(); |
| 1222 | } |
| 1223 | catch (const Exception& ex) |
| 1224 | { |
| 1225 | ex.stuffException(status); |
| 1226 | return NULL; |
| 1227 | } |
| 1228 | } |
| 1229 | |
| 1230 | private: |
| 1231 | AutoPtr<ClumpletWriter> pb; |
no test coverage detected