Implement IUnitHandler::notifyProgramListChange

With this IUnitHandler has been fully implemented.
This commit is contained in:
Robbert van der Helm
2020-12-26 14:30:28 +01:00
parent bf40e10780
commit 47177ed889
6 changed files with 48 additions and 4 deletions
+2 -1
View File
@@ -154,7 +154,8 @@ using CallbackRequest = std::variant<WantsConfiguration,
YaConnectionPoint::Notify,
YaHostApplication::GetName,
YaPlugFrame::ResizeView,
YaUnitHandler::NotifyUnitSelection>;
YaUnitHandler::NotifyUnitSelection,
YaUnitHandler::NotifyProgramListChange>;
template <typename S>
void serialize(S& s, CallbackRequest& payload) {