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

Impala::Persistency::FrameLocator::FrameLocator ( const Locator base,
CString  container,
int  frameNr,
CString  suffix 
) [inline]

Definition at line 27 of file FrameLocator.h.

References mContainer, and mName.

00029         : Locator(base.GetProtocol(), base.GetHost(), base.GetDataSet())
00030     {
00031         mContainer = container;
00032         char name[200];
00033         sprintf(name, "frame_%06d", frameNr);
00034         mName = String(name) + suffix;
00035     }


Generated on Fri Mar 19 11:35:23 2010 for ImpalaSrc by  doxygen 1.5.1