mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 12:30:12 +02:00
Add todos for logging successful interface queries
This commit is contained in:
@@ -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()",
|
||||
|
||||
Reference in New Issue
Block a user