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

Channel* Impala::Util::ChannelPool::Get ( CString  socketName,
CString  passwordFile 
) [inline]

Definition at line 38 of file ChannelPool.h.

References Impala::atoi().

Referenced by Get(), Impala::Util::ChannelProxy::GetChannel(), Impala::Util::Database::Init(), Impala::Util::IOBufferChannel::IOBufferChannel(), Impala::Application::Client::mainClient(), and Impala::Application::FileClient::mainFileClient().

00039     {
00040         String::size_type p = socketName.find(":");
00041         String serverName = socketName.substr(0, p);
00042         int port = atoi(socketName.substr(p+1, String::npos));
00043         return Get(serverName, port, socketName, passwordFile);
00044     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:39:33 2010 for ImpalaSrc by  doxygen 1.5.1