| 244 | } |
| 245 | |
| 246 | bool COperationTable::CompareItems(const OperationCallbackInfo& s1, const OperationCallbackInfo& s2, int col, bool asc) { |
| 247 | switch (col) |
| 248 | { |
| 249 | case 0: |
| 250 | |
| 251 | break; |
| 252 | default: |
| 253 | break; |
| 254 | } |
| 255 | return false; |
| 256 | } |
| 257 | |
| 258 | |
| 259 |
nothing calls this directly
no outgoing calls
no test coverage detected