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

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

Definition at line 423 of file FileSystem.h.

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

Referenced by GetFilePath().

00425     {
00426         if (mDataChannel)
00427             return GetWritableFileServer(file, silent);
00428         return GetWritableFileLocal(begin, end, file, silent);
00429     }

Here is the call graph for this function:


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