| 51 | } |
| 52 | |
| 53 | void XMLRPCWriter::writePropertyName(const char* value) { |
| 54 | start(); |
| 55 | packet.write(EXPAND("<member><name>")).write(value).write(EXPAND("</name>")); |
| 56 | } |
| 57 | |
| 58 | void XMLRPCWriter::endObject() { |
| 59 | packet.write(EXPAND("</struct></value>")); |