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

Impala::Core::Trec::ThreadBookmarked::ThreadBookmarked ( VideoSet::TableShots bookmarked,
String  threadName = "bookmarked" 
) [inline]

Definition at line 16 of file ThreadBookmarked.h.

References ILOG_DEBUG, mBookmarked, and Impala::Core::Trec::Thread::mName.

00017                                                        :
00018         Thread(threadName)
00019     {
00020         mBookmarked = bookmarked;
00021 
00022         if (!mBookmarked)
00023         {
00024             ILOG_DEBUG("Using internal TableShots for " << mName);
00025             mBookmarked = new VideoSet::TableShots();
00026         }
00027     }


Generated on Fri Mar 19 11:26:01 2010 for ImpalaSrc by  doxygen 1.5.1