| 277 | #pragma region PidlFormat implementation |
| 278 | |
| 279 | PidlFormat::PidlFormat(const com_ptr<IDataObject>& data_object) : |
| 280 | m_data_object(data_object) |
| 281 | {} |
| 282 | |
| 283 | PidlFormat::~PidlFormat() {} |
| 284 |
nothing calls this directly
no outgoing calls
no test coverage detected