| 26 | |
| 27 | |
| 28 | PluginListView::PluginListView(): |
| 29 | _hListView(NULL), |
| 30 | _hDescription(NULL), |
| 31 | _nVersionColumns(0), |
| 32 | _columns(NULL), |
| 33 | _displayUpdateDesc(false), |
| 34 | _listMode(LISTMODE_LIST), |
| 35 | _message(NULL) |
| 36 | { |
| 37 | } |
| 38 | |
| 39 | void PluginListView::init(HWND hListView, HWND hDescription, int nVersionColumns, VERSIONCOLUMN columns[], bool displayUpdateDesc) |
| 40 | { |
nothing calls this directly
no outgoing calls
no test coverage detected