| 12 | |
| 13 | inline void SetTotal( ULONG total ) { m_ulTotal = total; } |
| 14 | inline ULONG GetTotal( void ) { return m_ulTotal; } |
| 15 | |
| 16 | inline void SetClass( CNodeClass* pNode ) { m_pNode = pNode; } |
| 17 | inline CNodeClass* GetClass( void ) { return m_pNode; } |
no outgoing calls
no test coverage detected