| 10341 | } |
| 10342 | |
| 10343 | const unsigned char* ClntAuthBlock::getData(unsigned int* length) |
| 10344 | { |
| 10345 | *length = (ULONG) dataForPlugin.getCount(); |
| 10346 | return *length ? dataForPlugin.begin() : NULL; |
| 10347 | } |
| 10348 | |
| 10349 | void ClntAuthBlock::putData(CheckStatusWrapper* status, unsigned int length, const void* data) |
| 10350 | { |
no test coverage detected