| 90 | } |
| 91 | |
| 92 | CUnloadedDriverTable::CUnloadedDriverTable(BarInfo& bars, TableInfo& table) :CTable(bars, table) { |
| 93 | SetTableWindowInfo(bars.nbar); |
| 94 | Refresh(); |
| 95 | } |
| 96 | |
| 97 | int CUnloadedDriverTable::ParseTableEntry(CString& s, char& mask, int& select, UnloadedDriverInfo& info, int column) { |
| 98 | switch (column) |
nothing calls this directly
no outgoing calls
no test coverage detected