Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:35:37 2010 for ImpalaSrc by  doxygen 1.5.1