campaignd: Drop unimplemented method declaration on Windows

This commit is contained in:
Ignacio R. Morelle 2016-10-13 21:26:59 -03:00
parent 3b741b6209
commit d99817a639

View File

@ -94,9 +94,9 @@ private:
void handle_new_client(socket_ptr socket);
void handle_request(socket_ptr socket, std::shared_ptr<simple_wml::document> doc);
#ifndef _WIN32
void handle_read_from_fifo(const boost::system::error_code& error, std::size_t bytes_transferred);
#ifndef _WIN32
void handle_sighup(const boost::system::error_code& error, int signal_number);
#endif