#endif // DEBUG
}
-void ControlServer::real_run(void) {
+void ControlServer::real_run(void) throw() {
#ifdef DEBUG
cerr << __FILE__ << "(" << __LINE__ << ")"
<< ": real_run()" << endl;
}
}
-void ControlServer::send(const HTTPResponse& response) {
+void ControlServer::send(const Response& response) {
//Glib::Mutex::Lock lock(socket_mutex);
socket << response << flush;
#ifdef DEBUG