Definition at line 25 of file ActiveLearnEngineQuids.h. References mActiveID, mALDatabase, mAnnotations, mErrCount, mInfoSent, mTimer, Impala::Util::Database::SetOverride(), and Impala::Timer::Start(). 00026 { 00027 mAnnotations = new Core::Table::AnnotationTable(); 00028 mTimer = new Timer(); 00029 mTimer->Start(); 00030 srand( time(NULL) ); 00031 mInfoSent = false; 00032 mActiveID = "start"; 00033 mErrCount = 0; 00034 00035 mALDatabase = new Util::Database("activelearning"); 00036 mALDatabase->SetOverride(true); 00037 }
Here is the call graph for this function:
|