X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxsocket.h;h=84d3e2c1515c841cffd8f5f4c27938f3b360fa1a;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=d958f3a297cc265dd13712f6da156ba47ef183e0;hpb=e978fa42e38be22e9312be963ba6512fcd4b45ef;p=lyx.git diff --git a/src/lyxsocket.h b/src/lyxsocket.h index d958f3a297..84d3e2c151 100644 --- a/src/lyxsocket.h +++ b/src/lyxsocket.h @@ -22,6 +22,9 @@ #include #include + +namespace lyx { + class LyXServerSocket; class LyXDataSocket; @@ -89,4 +92,10 @@ private: std::string buffer_; }; +/// Implementation is in lyx_main.C +extern LyXServerSocket & theLyXServerSocket(); + + +} // namespace lyx + #endif // LYXSOCKET_H