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

Impala::Core::IDash::XmlVideoList::XmlVideoList ( String  href  )  [inline]

Definition at line 21 of file XmlVideoList.h.

References ReadData().

00021                               : mHref(href)
00022     {
00023         Link::Curl::Memory mem = Link::Curl::Get(href);
00024         Util::IOBuffer ioBuf(mem.size, (unsigned char*) mem.data);
00025         ReadData(href, &ioBuf);
00026     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:19:55 2011 for ImpalaSrc by  doxygen 1.5.1