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

Impala::Core::IDash::Client::Client ( CString  socketName,
CString  passwordFile 
) [inline]

Definition at line 20 of file Client.h.

References Impala::atol(), ILOG_ERROR, and Init().

00021     {
00022         int colonPos = socketName.find(":");
00023         if (colonPos <= 0)
00024         {
00025             ILOG_ERROR("Not a valid server address (port number is missing): "
00026                        << socketName);
00027             return;
00028         }
00029         Init(socketName.substr(0, colonPos),
00030              atol(socketName.substr(colonPos + 1)), passwordFile);
00031     }

Here is the call graph for this function:


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