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

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

Definition at line 323 of file FileSystem.h.

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

Referenced by GetFilePath().

00325     {
00326         if (mDataChannel)
00327             return GetWritableFileServer(file, silent);
00328         return GetWritableFileLocal(begin, end, file, silent);
00329     }

Here is the call graph for this function:


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