Refactor Application::makeTypedConnection and FanOuts
Rearranged processing of fanouts and their consuming nodes. A list of consuming nodes and implementations is passed to the fanout constructors, so the nodes don't have to added later. This resolves conflicts in the order in which accessors are decorated and added to the fanouts. FanOut constructors could still use refactoring.
Showing
- include/Application.h 2 additions, 9 deletionsinclude/Application.h
- include/FanOut.h 1 addition, 1 deletioninclude/FanOut.h
- include/FeedingFanOut.h 1 addition, 6 deletionsinclude/FeedingFanOut.h
- include/ThreadedFanOut.h 19 additions, 4 deletionsinclude/ThreadedFanOut.h
- src/Application.cc 33 additions, 82 deletionssrc/Application.cc
Loading
Please register or sign in to comment