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

Thread* Impala::Visualization::RotorBrowser::RotorBrowser::GetInitBrowserThread ( char *  str  )  [inline, private]

Definition at line 2188 of file RotorBrowser.h.

References Impala::Core::Trec::Thread::GetLength(), GetThreadByName(), ILOG_SYSTEM, ILOG_WARN, MODE_ROTORBROWSER, and SetBrowseMode().

Referenced by InitCrossBrowser(), and InitForkBrowser().

02189     {
02190         ILOG_SYSTEM("Init " << str);
02191         Thread *query = GetThreadByName("shots_initialquery");
02192         if (query == NULL || query->GetLength() == 0)
02193         {
02194             ILOG_WARN("tried to inialize " << str << " but no initial " <<
02195                       "query present. Aborting." );
02196             SetBrowseMode(MODE_ROTORBROWSER);
02197         }
02198         return query;
02199     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:51 2011 for ImpalaSrc by  doxygen 1.5.1