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