| 66 | int CClassFactory::m_cLocked = 0; |
| 67 | |
| 68 | CClassFactory::CClassFactory(const CFactoryTemplate *pTemplate) |
| 69 | { |
| 70 | m_cRef = 0; |
| 71 | m_pTemplate = pTemplate; |
| 72 | } |
| 73 | |
| 74 | |
| 75 | STDMETHODIMP CClassFactory::QueryInterface(REFIID riid,void **ppv) |
nothing calls this directly
no outgoing calls
no test coverage detected