]> git.lyx.org Git - lyx.git/blobdiff - src/lyxserver.h
use the new bufferstorage (this change only deletes all references to the old one
[lyx.git] / src / lyxserver.h
index 761222a6700f66e30c53b4a26f6cae9842780a7a..e9ddba0b90ecabb92b6984c039bb2ae4ad079a17 100644 (file)
@@ -1,13 +1,13 @@
 // -*- C++ -*-
 /* This file is part of
-* ======================================================
+* ====================================================== 
 * 
 *           LyX, The Document Processor
 *        
 *           Copyright (C) 1995 Matthias Ettrich
 *           Copyright (C) 1995-1998 The LyX Team.
 *
-*======================================================*/
+* ====================================================== */
 
 #ifndef LYXSERVER_H
 #define LYXSERVER_H
@@ -53,6 +53,10 @@ public:
 
        /// Send message
        void send(string const &);
+
+       /// We receive messages via XForms through this callback
+       static void callback(int fd, void *v);
+
 private:
        /// Open pipes
        void openConnection();
@@ -60,9 +64,6 @@ private:
        /// Close pipes
        void closeConnection();
 
-       /// We receive messages via XForms through this callback
-       static void callback(int fd, void *v);
-
        /// This is -1 if not open
        int infd;