Project

General

Profile

Task #2803

Updated by Vince Lehman over 8 years ago

Currently, the Scheduler and Face are created in the main method and Nlsr's constructor takes them as parameters. 

 Since the Scheduler and Face are not used in the main method, Nlsr should create and maintain them. 

 * Remove member variables m\_ioService, m\_scheduler, m_scheduler, and m\_face from NlsrRunner class 
 * Change member variables m\_nlsrFace and m\_scheduler m_scheduler in the Nlsr class to concrete objects

Back