Definition at line 56 of file FrameRepositoryInFile.h. References Impala::FileNameConcat(), and Impala::Persistency::FrameLocator::GetContainer(). Referenced by Add(), and Get(). 00057 { 00058 String dir = "Frames"; 00059 dir = FileNameConcat(dir, loc.GetContainer()); 00060 return dir; 00061 }
Here is the call graph for this function:
|