| 98 | }; |
| 99 | |
| 100 | bool NeedsUpload(string const & uploadStatus) |
| 101 | { |
| 102 | return uploadStatus != kUploaded && uploadStatus != kDeletedFromOSMServer && uploadStatus != kMatchedFeatureIsEmpty; |
| 103 | } |
| 104 | |
| 105 | XMLFeature GetMatchingFeatureFromOSM(osm::ChangesetWrapper & cw, osm::EditableMapObject const & o) |
| 106 | { |
no outgoing calls
no test coverage detected