| 153 | #pragma region ShellDataObject implementation |
| 154 | |
| 155 | ShellDataObject::ShellDataObject(com_ptr<IDataObject> data_object) : |
| 156 | m_data_object(data_object) |
| 157 | { |
| 158 | } |
| 159 | |
| 160 | ShellDataObject::~ShellDataObject() |
| 161 | { |
nothing calls this directly
no outgoing calls
no test coverage detected