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

void Impala::Core::VideoJob::ServerProxy::Init ( CString  serverAddress,
int  port,
CString  passwordFile,
int  requestIntervalSec 
) [inline, private]

Definition at line 185 of file ServerProxy.h.

References Connect(), ILOG_ERROR, mChannelProxy, mPasswordFile, mPort, mRequestIntervalSec, and mServerAddress.

Referenced by ServerProxy().

00187     {
00188         mServerAddress = serverAddress;
00189         mPort = port;
00190         mPasswordFile = passwordFile;
00191         mRequestIntervalSec = requestIntervalSec;
00192 
00193         mChannelProxy = 0;
00194 
00195         if (! Connect(mServerAddress, mPort, mPasswordFile))
00196         {
00197             ILOG_ERROR("Cannot connect to job server at " << mServerAddress <<
00198                        ':' << mPort);
00199         }
00200     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:28:04 2010 for ImpalaSrc by  doxygen 1.5.1