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

int Impala::Visualization::RotorBrowser::RotorBrowser::CheckInitBrowserFirstShot ( Thread query,
char *  str 
) [inline, private]

Definition at line 2201 of file RotorBrowser.h.

References Impala::Core::Trec::Thread::GetFirstShot(), ILOG_WARN, MODE_ROTORBROWSER, and SetBrowseMode().

Referenced by InitCrossBrowser(), and InitForkBrowser().

02202     {
02203         int pos;
02204         if ((pos = query->GetFirstShot()) < 0)
02205         {
02206             ILOG_WARN("tried to inialize " << str << " but initial " <<
02207                       "query has no first shot. Switching to RotorBrowser." );
02208             SetBrowseMode(MODE_ROTORBROWSER);
02209         }
02210         return pos;
02211     }

Here is the call graph for this function:


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