Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void TCPServerSocket::setListen ( int  queueLen  )  throw (SocketException) [private]

Definition at line 277 of file PracticalSocket.cpp.

00277                                                                    {
00278   if (listen(sockDesc, queueLen) < 0) {
00279     throw SocketException("Set listening socket failed (listen())", true);
00280   }
00281 }


Generated on Thu Jan 13 09:13:09 2011 for ImpalaSrc by  doxygen 1.5.1