| 114 | } |
| 115 | |
| 116 | void PropertyInteger::Save(Base::Writer& writer) const |
| 117 | { |
| 118 | writer.Stream() << writer.ind() << "<Integer value=\"" << _lValue << "\"/>" << std::endl; |
| 119 | } |
| 120 | |
| 121 | void PropertyInteger::Restore(Base::XMLReader& reader) |
| 122 | { |
nothing calls this directly
no test coverage detected