]> git.lyx.org Git - lyx.git/blobdiff - src/Server.h
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / Server.h
index 91765d3250d4652817e1d17af872739efd18b616..a7505448c828ff5c591bbfaa553a7ba04a84a450 100644 (file)
@@ -42,7 +42,7 @@ class LyXComm : public boost::signals::trackable {
 class LyXComm : public QObject {
        Q_OBJECT
 
-       friend DWORD pipeServerWrapper(void *);
+       friend DWORD WINAPI pipeServerWrapper(void *);
 
 public:
        /// Max number of clients
@@ -144,7 +144,7 @@ private:
        bool event(QEvent *);
 
        /// Check whether the pipe server must be stopped
-       bool checkStopServer();
+       bool checkStopServer(DWORD timeout = 0);
 
        /// The filename of a (in or out) pipe instance
        std::string const pipeName(DWORD) const;