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

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

Definition at line 277 of file FileSystem.h.

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

Referenced by GetFilePath().

00279     {
00280         if (mDataChannel)
00281             return GetReadableFileServer(file, silent);
00282         return GetReadableFileLocal(begin, end, file, silent);
00283     }

Here is the call graph for this function:


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