| 55 | } |
| 56 | |
| 57 | STDMETHODIMP CClassFactory::CreateInstance(IUnknown *pUnkOuter, REFIID riid, void **ppvObject) { |
| 58 | return createFunc(pUnkOuter, riid, ppvObject); |
| 59 | } |
| 60 | |
| 61 | STDMETHODIMP CClassFactory::LockServer(BOOL fLock) { |
| 62 | if (fLock) { |
nothing calls this directly
no outgoing calls
no test coverage detected