MCPcopy Create free account
hub / github.com/carbonengine/trinity / ~Tr2GrannyPrimitiveSet

Method ~Tr2GrannyPrimitiveSet

trinity/Tr2GrannyPrimitiveSet.cpp:24–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24Tr2GrannyPrimitiveSet::~Tr2GrannyPrimitiveSet()
25{
26 ReleaseResources( TRISTORAGE_ALL );
27 TriDevice::UnregisterResource( this );
28 if( m_grannyRes )
29 {
30 m_grannyRes->RemoveNotifyTarget( this );
31 m_grannyRes.Unlock();
32 }
33}
34
35//////////////////////////////////////////////////////////////////////////////////////
36// IInitialize

Callers

nothing calls this directly

Calls 2

RemoveNotifyTargetMethod · 0.80
UnlockMethod · 0.45

Tested by

no test coverage detected