myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myserver-commit] [3007] Removed unused #define's


From: Giuseppe Scrivano
Subject: [myserver-commit] [3007] Removed unused #define's
Date: Sat, 21 Feb 2009 17:24:10 +0000

Revision: 3007
          http://svn.sv.gnu.org/viewvc/?view=rev&root=myserver&revision=3007
Author:   gscrivano
Date:     2009-02-21 17:24:10 +0000 (Sat, 21 Feb 2009)

Log Message:
-----------
Removed unused #define's

Modified Paths:
--------------
    trunk/myserver/src/connections_scheduler/connections_scheduler.cpp

Modified: trunk/myserver/src/connections_scheduler/connections_scheduler.cpp
===================================================================
--- trunk/myserver/src/connections_scheduler/connections_scheduler.cpp  
2009-02-20 23:23:22 UTC (rev 3006)
+++ trunk/myserver/src/connections_scheduler/connections_scheduler.cpp  
2009-02-21 17:24:10 UTC (rev 3007)
@@ -281,12 +281,6 @@
 
   dispatchedThreadId = 0;
 
-#ifdef WIN32
-#define LOCAL_SOCKETPAIR_AF AF_INET
-#else
-#define LOCAL_SOCKETPAIR_AF AF_UNIX
-#endif
-
   int err = dispatcherArg.socketPair.create ();
 
   if (err == -1)
@@ -524,7 +518,7 @@
 }
 
 /*!
- *Fullfill a list with all the connections.
+ *Fill a list with all the alive connections.
  *\param out A list that will receive all the connections alive on the
  *server.
  */






reply via email to

[Prev in Thread] Current Thread [Next in Thread]