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

int Impala::Application::SDash::AlertRelay::Initialize ( const std::string &  ipAddress,
const std::string &  port 
) [inline, private]

Definition at line 110 of file AlertRelay.h.

References mClientSocket, mListenSocket, and SetupListening().

Referenced by AlertRelay().

00111     {
00112             mListenSocket = SetupListening(ipAddress, port);
00113             if (mListenSocket == INVALID_SOCKET)
00114         {
00115             printf("Setting up listening socket failed failed; unable to relay messages\n");
00116                     return 1;
00117         }
00118 
00119         mClientSocket = INVALID_SOCKET;
00120 
00121         return 0;
00122     }

Here is the call graph for this function:


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