| 22 | } |
| 23 | |
| 24 | Tr2GrannyPrimitiveSet::~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 |
nothing calls this directly
no test coverage detected