mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 22:44:33 +00:00
campaignd: Drop unimplemented method declaration on Windows
This commit is contained in:
parent
3b741b6209
commit
d99817a639
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user