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

Method ~CBaseObject

ThirdParty/ASIO/common/combase.cpp:40–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38/* Destructor */
39
40CBaseObject::~CBaseObject()
41{
42 /* Decrement the number of objects active */
43 InterlockedDecrement(&m_cObjects);
44
45#ifdef DEBUG
46 DbgRegisterObjectDestruction(m_dwCookie);
47#endif
48}
49
50
51/* Constructor */

Callers

nothing calls this directly

Calls 1

InterlockedDecrementFunction · 0.85

Tested by

no test coverage detected