]> git.lyx.org Git - features.git/commitdiff
moves lyx namespace out of general declaration.
authorAbdelrazak Younes <younes@lyx.org>
Sat, 21 Oct 2006 08:00:11 +0000 (08:00 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 21 Oct 2006 08:00:11 +0000 (08:00 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15428 a592a061-630c-0410-9148-cb99ea01b6c8

src/lyxsocket.C

index 1a260706913b0d47bf869fb30710b343751df150..806d06dd900569b1150fe4bf950642071278ed26 100644 (file)
@@ -31,9 +31,6 @@
 
 #include <cerrno>
 
-
-namespace lyx {
-
 #if defined (_WIN32)
 # include <io.h>
 #endif
@@ -45,6 +42,8 @@ using std::endl;
 using std::string;
 
 
+namespace lyx {
+
 // Address is the unix address for the socket.
 // MAX_CLIENTS is the maximum number of clients
 // that can connect at the same time.