src/node/socket.h
changeset 3772 f0d8608ab155
parent 3521 4bc5b06f92df
child 3774 0e11474a0b92
--- a/src/node/socket.h	Wed Oct 22 22:13:22 2008 -0700
+++ b/src/node/socket.h	Thu Oct 23 10:48:42 2008 -0700
@@ -222,7 +222,7 @@
    * \param queueLimit maximum number of incoming request to queue
    * \returns 0 on success, -1 on error (in which case errno is set).
    */
-  virtual int Listen (uint32_t queueLimit) = 0;
+  virtual int Listen (void) = 0;
 
   /**
    * \brief Returns the number of bytes which can be sent in a single call