MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / CClassFactory

Method CClassFactory

ThirdParty/ASIO/common/dllentry.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66int CClassFactory::m_cLocked = 0;
67
68CClassFactory::CClassFactory(const CFactoryTemplate *pTemplate)
69{
70 m_cRef = 0;
71 m_pTemplate = pTemplate;
72}
73
74
75STDMETHODIMP CClassFactory::QueryInterface(REFIID riid,void **ppv)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected