Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:22:56 2011 for ImpalaSrc by  doxygen 1.5.1