| 72 | } |
| 73 | |
| 74 | LASintervalStartCell::LASintervalStartCell() : LASintervalCell() |
| 75 | { |
| 76 | full = 0; |
| 77 | total = 0; |
| 78 | last = 0; |
| 79 | } |
| 80 | |
| 81 | LASintervalStartCell::LASintervalStartCell(const U32 p_index) : LASintervalCell(p_index) |
| 82 | { |
nothing calls this directly
no outgoing calls
no test coverage detected