Definition at line 80 of file ImageArchiveLocator.h. References mFrames, and mUseOnlyName. Referenced by Impala::Persistency::ImageArchiveRepositoryInFile::GetDir(), and ToString(). 00081 { 00082 if (mUseOnlyName) 00083 return ""; 00084 return (mFrames) ? "Frames" : "ImageArchive"; 00085 }
|