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

Socket::~Socket (  ) 

Close and deallocate this socket.

Definition at line 104 of file PracticalSocket.cpp.

References sockDesc.

00104                 {
00105   #ifdef WIN32
00106     ::closesocket(sockDesc);
00107   #else
00108     ::close(sockDesc);
00109   #endif
00110   sockDesc = -1;
00111 }


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