Definition at line 32 of file BestFileRepositoryInFile.h. References Impala::Persistency::ModelLocator::GetConcept(), GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Util::Read(), RepFS(), and Impala::Persistency::File::Valid(). 00033 { 00034 String dir = GetDir(loc); 00035 File file = RepFS().GetFile(loc, dir, loc.GetConcept() + ".best", 00036 false, false); 00037 if (!file.Valid()) 00038 return 0; 00039 Util::PropertySet* res = new Util::PropertySet; 00040 Util::Read(res, file); 00041 return res; 00042 }
Here is the call graph for this function: ![]()
|