![]() |
GetSocketByID() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Private Function |
Declared in: AsyncSocket.h |
static CAsyncSocket * GetSocketByID( int iSockID);
Find a socket
try { //Find the socket SocketMap::iterator aTheIterator; aTheIterator=m_SocketMap.find(iSockID); //Check if we have it if (aTheIterator!=m_SocketMap.end()) return aTheIterator->second; else return NULL; } ERROR_HANDLER_STATIC_RETURN(CAsyncSocket_Class,"GetSocketByID",NULL)
![]() |
Site content copyright © 2001 Barak Weichselbaum. See the About page for additional notices. This page last updated: 24 Apr 2001. |