Reimplemented from Impala::Visualization::RotorBrowser::RotorBrowserListener. Definition at line 258 of file mainTrecSearch.cpp. References Impala::Core::Trec::ThreadSet::GetShotName(), ILOG_DEBUG, mThreadSet, mVideolympicsClient, and Impala::Application::Videolympics::VideolympicsClient::SendShot(). 00259 { 00260 if (mVideolympicsClient && isbookmarked) 00261 { 00262 ILOG_DEBUG("Registering shot ID " << shotid << 00263 " with contest server."); 00264 String naam = mThreadSet->GetShotName(shotid); 00265 mVideolympicsClient->SendShot(naam); 00266 } 00267 }
Here is the call graph for this function:
|