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

Impala::Persistency::Mpeg7DocLocator::Mpeg7DocLocator ( CString  dataSet,
int  docType,
CString  container,
CString  name,
CmdOptions options 
) [inline]

Definition at line 48 of file Mpeg7DocLocator.h.

References mContainer, mDocType, mFrameRateDen, mFrameRateNum, and mName.

00050         : Locator(dataSet, options)
00051     {
00052         mDocType = docType;
00053         mContainer = container;
00054         mName = name;
00055         mFrameRateNum = 0;
00056         mFrameRateDen = 0;
00057     }


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