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

void Impala::Persistency::BestFileRepositoryInFile::Add ( const ModelLocator loc,
Util::PropertySet set 
) [inline]

Definition at line 45 of file BestFileRepositoryInFile.h.

References Impala::Persistency::ModelLocator::GetConcept(), GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), RepFS(), and Impala::Util::Write().

00046     {
00047         String dir = GetDir(loc);
00048         File file = RepFS().GetFile(loc, dir, loc.GetConcept() + ".best",
00049                                     true, false);
00050         Util::Write(set, file);
00051     }

Here is the call graph for this function:


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