MCPcopy Create free account
hub / github.com/alamaison/swish / ShellDataObject

Method ShellDataObject

swish/shell_folder/data_object/ShellDataObject.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153#pragma region ShellDataObject implementation
154
155ShellDataObject::ShellDataObject(com_ptr<IDataObject> data_object) :
156 m_data_object(data_object)
157{
158}
159
160ShellDataObject::~ShellDataObject()
161{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected