| 128 | } |
| 129 | |
| 130 | ProfileObject::~ProfileObject() { |
| 131 | RemoveAllChildren(false); |
| 132 | SU::free(m_path); |
| 133 | SU::FreeTChar(m_localName); |
| 134 | } |
| 135 | |
| 136 | int ProfileObject::GetChildCount() const { |
| 137 | return m_childCount; |
nothing calls this directly
no outgoing calls
no test coverage detected