| 144 | } |
| 145 | |
| 146 | bool CSSDTHookTable::CompareItems(const SystemServiceInfo& s1, const SystemServiceInfo& s2, int col, bool asc) { |
| 147 | |
| 148 | return false; |
| 149 | } |
| 150 | |
| 151 | void CSSDTHookTable::Refresh() { |
| 152 | for (int i = 0; i < _limit; i++) { |
nothing calls this directly
no outgoing calls
no test coverage detected