Definition at line 91 of file FileSystem.h. References GetReadableFile(), GetWritableFile(), and mData. Referenced by Impala::Application::DataServer::AcceptRequest(), and Impala::Persistency::RepositoryInFileSystem::GetFile(). 00092 { 00093 CString path = file; 00094 if (toWrite) 00095 return GetWritableFile(mData.begin(), mData.end(), path, silent); 00096 return GetReadableFile(mData.begin(), mData.end(), path, silent); 00097 }
Here is the call graph for this function:
|