mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-27 06:19:36 +00:00
moves lyx namespace out of general declaration.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15428 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
87e34d9784
commit
57494b23ba
@ -31,9 +31,6 @@
|
|||||||
|
|
||||||
#include <cerrno>
|
#include <cerrno>
|
||||||
|
|
||||||
|
|
||||||
namespace lyx {
|
|
||||||
|
|
||||||
#if defined (_WIN32)
|
#if defined (_WIN32)
|
||||||
# include <io.h>
|
# include <io.h>
|
||||||
#endif
|
#endif
|
||||||
@ -45,6 +42,8 @@ using std::endl;
|
|||||||
using std::string;
|
using std::string;
|
||||||
|
|
||||||
|
|
||||||
|
namespace lyx {
|
||||||
|
|
||||||
// Address is the unix address for the socket.
|
// Address is the unix address for the socket.
|
||||||
// MAX_CLIENTS is the maximum number of clients
|
// MAX_CLIENTS is the maximum number of clients
|
||||||
// that can connect at the same time.
|
// that can connect at the same time.
|
||||||
|
Loading…
Reference in New Issue
Block a user