| 36 | } |
| 37 | |
| 38 | bool CInstrumentFileTree::ShouldRebuild() const |
| 39 | { |
| 40 | // Check if tree expired, to allow changes in the file system to be visible |
| 41 | return (GetTickCount() > m_iTimeout) || m_bShouldRebuild; |
| 42 | } |
| 43 | |
| 44 | bool CInstrumentFileTree::BuildMenuTree(const CStringW &instrumentPath) // // // |
| 45 | { |
no outgoing calls
no test coverage detected