| 79 | } |
| 80 | |
| 81 | void map_marker::read(reader &inf) |
| 82 | { |
| 83 | // Don't read type! The type has to be read by someone who knows how |
| 84 | // to look up the unmarshall function. |
| 85 | pos = unmarshallCoord(inf); |
| 86 | } |
| 87 | |
| 88 | string map_marker::property(const string &pname) const |
| 89 | { |
nothing calls this directly
no test coverage detected