| 25 | #include "InstrumentFileTree.h" |
| 26 | |
| 27 | CStringW CInstrumentFileTree::GetFile(int Index) const |
| 28 | { |
| 29 | ASSERT(Index >= MENU_BASE + 2); |
| 30 | return m_fileList[Index - MENU_BASE - 2]; |
| 31 | } |
| 32 | |
| 33 | void CInstrumentFileTree::Changed() |
| 34 | { |
no outgoing calls
no test coverage detected