| 80 | } |
| 81 | |
| 82 | FileObject::~FileObject() { |
| 83 | RemoveAllChildren(); |
| 84 | SU::free(m_path); |
| 85 | SU::FreeTChar(m_localName); |
| 86 | } |
| 87 | |
| 88 | int FileObject::GetChildCount() const { |
| 89 | return m_childCount; |
nothing calls this directly
no outgoing calls
no test coverage detected