Add todos for logging successful interface queries

This commit is contained in:
Robbert van der Helm
2020-12-14 13:23:27 +01:00
parent 143d795c0b
commit 49a87371bc
2 changed files with 2 additions and 0 deletions
@@ -30,6 +30,7 @@ YaComponentPluginImpl::~YaComponentPluginImpl() {
tresult PLUGIN_API
YaComponentPluginImpl::queryInterface(const Steinberg::TUID _iid, void** obj) {
// TODO: Successful queries should also be logged
const tresult result = YaComponent::queryInterface(_iid, obj);
if (result != Steinberg::kResultOk) {
bridge.logger.log_unknown_interface("In IComponent::queryInterface()",