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

Impala::Persistency::ImageArchiveLocator::ImageArchiveLocator ( const Locator base,
bool  frames,
CString  container,
CString  name,
Quid  quid 
) [inline]

Definition at line 50 of file ImageArchiveLocator.h.

References mContainer, mFrames, mIsFset, mName, mQuid, and mUseOnlyName.

00052         : Locator(base.GetProtocol(), base.GetHost(), base.GetDataSet())
00053     {
00054         mUseOnlyName = false;
00055         mFrames = frames;
00056         mContainer = container;
00057         mName = name;
00058         mQuid = quid;
00059         mIsFset = false;
00060     }


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