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

Method LockServer

ThirdParty/ASIO/common/dllentry.cpp:161–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161STDMETHODIMP CClassFactory::LockServer(BOOL fLock)
162{
163 if (fLock) {
164 m_cLocked++;
165 } else {
166 m_cLocked--;
167 }
168 return NOERROR;
169}
170
171
172// --- COM entrypoints -----------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected