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

void Impala::Util::Channel::CloseSocket ( SOCKET  sock  )  [inline, private]

Definition at line 471 of file Channel.h.

Referenced by Close(), and Serve().

00472     {
00473 #ifdef unix
00474         close(sock);
00475 #else
00476         closesocket(sock);
00477 #endif
00478     }


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