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

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

Definition at line 376 of file FileSystem.h.

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

Referenced by GetFilePath().

00378     {
00379         if (mDataChannel)
00380             return GetReadableFileServer(file, silent);
00381         return GetReadableFileLocal(begin, end, file, silent);
00382     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:52 2011 for ImpalaSrc by  doxygen 1.5.1