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

String Impala::Persistency::ImageArchiveLocator::GetFramesString (  )  const [inline]

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     }


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