| 5634 | } |
| 5635 | |
| 5636 | void YAttachment::shutdown() |
| 5637 | { |
| 5638 | if (provider) |
| 5639 | { |
| 5640 | destroy(0); |
| 5641 | PluginManagerInterfacePtr()->releasePlugin(provider); |
| 5642 | provider = NULL; |
| 5643 | } |
| 5644 | } |
| 5645 | |
| 5646 | void YAttachment::getInfo(CheckStatusWrapper* status, unsigned int itemsLength, |
| 5647 | const unsigned char* items, unsigned int bufferLength, unsigned char* buffer) |
no test coverage detected