X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FServer.cpp;h=6a6ed2f837a8be8a57a48dbe5248d01368a32624;hb=badbd3dcc344f125e301a795c33d2c67cde8d97e;hp=7f514f19b3c1c9ea4505e6df26f93c9db75bb76c;hpb=d77a22e2f934054c0dbd1f611071b55467a63e90;p=lyx.git diff --git a/src/Server.cpp b/src/Server.cpp index 7f514f19b3..6a6ed2f837 100644 --- a/src/Server.cpp +++ b/src/Server.cpp @@ -34,7 +34,7 @@ received LyX will inform the client that it's listening its messages, and 'bye' will inform that lyx is closing. - See development/server_monitor.c for an example client. + See development/lyxserver/server_monitor.cpp for an example client. Purpose: implement a client/server lib for LyX */ @@ -55,7 +55,7 @@ #include "support/lstrings.h" #include "support/os.h" -#include +#include "support/bind.h" #ifdef _WIN32 #include @@ -840,7 +840,7 @@ int LyXComm::startPipe(string const & file, bool write) if (!write) { theApp()->registerSocketCallback(fd, - boost::bind(&LyXComm::read_ready, this)); + bind(&LyXComm::read_ready, this)); } return fd;