Ejemplo n.º 1
0
 void start_reporter(STATE) {
   if(!reporter_) {
     reporter_ = new Reporter(state, this);
     reporter_->start(state);
   }
 }