]> git.lyx.org Git - lyx.git/blobdiff - src/lyxserver.C
Fix my breakage. Sorry guys.
[lyx.git] / src / lyxserver.C
index 43fb0628c94ea543da678c6d050c7015f3744e0a..63cd5b4553ed968e3a864f257ff65d019cc4fa94 100644 (file)
@@ -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()