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

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

Definition at line 59 of file Mpeg7DocLocator.h.

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

00061         : Locator(base.GetProtocol(), base.GetHost(), base.GetDataSet())
00062     {
00063         mDocType = docType;
00064         mContainer = container;
00065         mName = name;
00066         mFrameRateNum = 0;
00067         mFrameRateDen = 0;
00068     }


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