| 84 | } |
| 85 | |
| 86 | void send_update(const char* const url) const |
| 87 | { |
| 88 | char targetPath[std::strlen(path)+8]; |
| 89 | std::strcpy(targetPath, path); |
| 90 | std::strcat(targetPath, "/update"); |
| 91 | lo_send(addr, targetPath, "s", url); |
| 92 | } |
| 93 | |
| 94 | void send_exiting() const |
| 95 | { |