nthallen / monarch

Monarch Data Acquisition System
0 stars 1 forks source link

Server::add_subservice() should invoke new Subservice() internally #154

Open nthallen opened 2 years ago

nthallen commented 2 years ago

Every invocation I have found of add_subservice() passes new SubService() as the only argument. This is unnecessarily verbose. The invocation of new SubService() should be moved inside add_subservice().