Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 10:32:55 2010 for ImpalaSrc by  doxygen 1.5.1