Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:39:33 2010 for ImpalaSrc by  doxygen 1.5.1