|
pianod2
multisource multiuser scriptable networked music player
|
Send response messages over the line-oriented protocol. More...
#include <config.h>#include <cstdarg>#include <cassert>#include <sstream>#include <iomanip>#include <football/fb_public.h>#include "logging.h"#include "fundamentals.h"#include "musictypes.h"#include "response.h"#include "connection.h"#include "utility.h"#include "user.h"
Functions | |
| static LogType | loglevel_of (RESPONSE_CODE response) |
| PianodConnection & | operator<< (PianodConnection &there, const Response &response) |
| Use << as output operator for responses. More... | |
Send response messages over the line-oriented protocol.
|
inlinestatic |

| PianodConnection& operator<< | ( | PianodConnection & | there, |
| const Response & | response | ||
| ) |
Use << as output operator for responses.
| there | The place to send the response. |
| response | The response or data to send. |
