| 92 | } |
| 93 | |
| 94 | void send_exiting() const |
| 95 | { |
| 96 | char targetPath[std::strlen(path)+9]; |
| 97 | std::strcpy(targetPath, path); |
| 98 | std::strcat(targetPath, "/exiting"); |
| 99 | lo_send(addr, targetPath, ""); |
| 100 | } |
| 101 | }; |
| 102 | |
| 103 | // ----------------------------------------------------------------------- |