| 82 | } |
| 83 | |
| 84 | void RouteMarkPoint::SetIntermediateIndex(size_t index) |
| 85 | { |
| 86 | SetDirty(); |
| 87 | m_markData.m_intermediateIndex = index; |
| 88 | } |
| 89 | |
| 90 | void RouteMarkPoint::SetRoutePointFullType(RouteMarkType type, size_t intermediateIndex) |
| 91 | { |
no outgoing calls
no test coverage detected