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

Impala::Persistency::Mpeg7DocLocator::Mpeg7DocLocator ( const Locator base,
int  docType,
CString  container,
CString  name 
) [inline]

Definition at line 53 of file Mpeg7DocLocator.h.

References mContainer, mDocType, and mName.

00055         : Locator(base.GetProtocol(), base.GetHost(), base.GetDataSet())
00056     {
00057         mDocType = docType;
00058         mContainer = container;
00059         mName = name;
00060     }


Generated on Fri Mar 19 11:36:18 2010 for ImpalaSrc by  doxygen 1.5.1