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

Impala::Persistency::ImageLocator::ImageLocator ( const Locator base,
CString  container,
CString  name 
) [inline]

Definition at line 26 of file ImageLocator.h.

References mContainer, and mName.

00027         : Locator(base.GetProtocol(), base.GetHost(), base.GetDataSet())
00028     {
00029         mContainer = container;
00030         mName = name;
00031     }


Generated on Thu Jan 13 09:23:02 2011 for ImpalaSrc by  doxygen 1.5.1