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

Method CBaseObject

ThirdParty/ASIO/common/combase.cpp:27–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25/* Constructor */
26
27CBaseObject::CBaseObject(TCHAR *pName)
28{
29 /* Increment the number of active objects */
30 InterlockedIncrement(&m_cObjects);
31
32#ifdef DEBUG
33 m_dwCookie = DbgRegisterObjectCreation(pName);
34#endif
35}
36
37
38/* Destructor */

Callers

nothing calls this directly

Calls 1

InterlockedIncrementFunction · 0.85

Tested by

no test coverage detected