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

Class CModule

test/shell_folder-com_dll/Module.cpp:38–46  ·  view source on GitHub ↗

* ATL module needed to use ATL-based objects, e.g. CMockSftpConsumer. */

Source from the content-addressed store, hash-verified

36 * ATL module needed to use ATL-based objects, e.g. CMockSftpConsumer.
37 */
38class CModule : public CAtlModule
39{
40public :
41
42 virtual HRESULT AddCommonRGSReplacements(IRegistrarBase*) throw()
43 {
44 return S_OK;
45 }
46};
47
48}}} // namespace test::swish::com_dll
49

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected