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, and m_face from NlsrRunner class 
 * Change member variables m_nlsrFace and m_scheduler in the Nlsr class to concrete objects

Back