From: Abdelrazak Younes Date: Sat, 21 Oct 2006 08:00:11 +0000 (+0000) Subject: moves lyx namespace out of general declaration. X-Git-Tag: 1.6.10~12294 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=57494b23bac1faa38eeadb630cc0650a6df7f962;p=features.git moves lyx namespace out of general declaration. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15428 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/lyxsocket.C b/src/lyxsocket.C index 1a26070691..806d06dd90 100644 --- a/src/lyxsocket.C +++ b/src/lyxsocket.C @@ -31,9 +31,6 @@ #include - -namespace lyx { - #if defined (_WIN32) # include #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.