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

TCPSocket::TCPSocket (  )  throw (SocketException)

Construct a TCP socket with no connection

Exceptions:
SocketException thrown if unable to create TCP socket.

Definition at line 240 of file PracticalSocket.cpp.

00241                            : CommunicatingSocket(SOCK_STREAM, 
00242     IPPROTO_TCP) {
00243 }


Generated on Fri Mar 19 10:32:56 2010 for ImpalaSrc by  doxygen 1.5.1