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

Channel* Impala::Util::ChannelPool::Get ( CString  serverName,
int  port,
CString  passwordFile 
) [inline]

Definition at line 48 of file ChannelPool.h.

References Get(), and Impala::Util::MakeString().

00049     {
00050         return Get(serverName, port, serverName + ":" + MakeString(port),
00051                    passwordFile);
00052     }

Here is the call graph for this function:


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