]> git.lyx.org Git - lyx.git/blobdiff - src/lyxserver.C
- Link against qt-mt333.lib which is what the current qt3 cvs produces
[lyx.git] / src / lyxserver.C
index 093239d507e826a1de1a897de6eca41ba319cbcc..63cd5b4553ed968e3a864f257ff65d019cc4fa94 100644 (file)
@@ -207,7 +207,7 @@ int LyXComm::startPipe(string const & filename, bool write)
        }
 
        if (!write) {
-               lyx_gui::register_socket_callback(fd, boost::bind(&LyXComm::read_ready, *this));
+               lyx_gui::register_socket_callback(fd, boost::bind(&LyXComm::read_ready, this));
        }
 
        return fd;
@@ -355,6 +355,18 @@ void LyXComm::send(string const & msg)
 }
 
 
+string const LyXComm::inPipeName() const
+{
+       return pipename + string(".in");
+}
+
+
+string const LyXComm::outPipeName() const
+{
+       return pipename + string(".out");
+}
+
+
 // LyXServer class
 
 LyXServer::~LyXServer()