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

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

Definition at line 460 of file Database.h.

References GetWritableFileLocal(), GetWritableFileServer(), and mDataChannel.

Referenced by GetFilePath().

00462     {
00463         if (mDataChannel)
00464             return GetWritableFileServer(file, silent);
00465         return GetWritableFileLocal(begin, end, file, silent);
00466     }

Here is the call graph for this function:


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