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

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

Definition at line 45 of file ScoreFileRepositoryInFile.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() + ".score",
00049                                     true, false);
00050         Util::Write(set, file);
00051     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:23:30 2011 for ImpalaSrc by  doxygen 1.5.1