Definition at line 74 of file ActiveLearnEngine.h. References GetID(), ILOG_DEBUG, mAnnotations, mInfoSent, PrepareNewID(), and Impala::Core::Table::Table::SetEmpty(). 00075 { 00076 if (mInfoSent) 00077 return; 00078 00079 PrepareNewID(); 00080 00081 ILOG_DEBUG("SubmitRequest(), ID for submit = " << GetID()); 00082 00083 mAnnotations->SetEmpty(); 00084 00085 }
Here is the call graph for this function:
|