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

Impala::Persistency::Mpeg7DocLocator::Mpeg7DocLocator ( CString  name  )  [inline]

Definition at line 27 of file Mpeg7DocLocator.h.

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

00028         : Locator("file:", "dot")
00029     {
00030         mDocType = MPEG7_PLAIN;
00031         mContainer = "";
00032         mName = name;
00033         mFrameRateNum = 0;
00034         mFrameRateDen = 0;
00035     }


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