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

String Impala::Util::Database::GetReadableFile ( StringListCI  begin,
StringListCI  end,
CString  file,
bool  silent 
) [inline, private]

Definition at line 413 of file Database.h.

References GetReadableFileLocal(), GetReadableFileServer(), and mDataChannel.

Referenced by GetFilePath().

00415     {
00416         if (mDataChannel)
00417             return GetReadableFileServer(file, silent);
00418         return GetReadableFileLocal(begin, end, file, silent);
00419     }

Here is the call graph for this function:


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