mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-15 04:50:43 +02:00
Implement YaComponentPluginImpl destructor
When the object gets dropped through the reference counting system, the object should also be dropped in the Wine plugin host.
This commit is contained in:
@@ -48,9 +48,11 @@ class Vst3Logger {
|
||||
// (what we'll call a control message).
|
||||
|
||||
void log_request(bool is_host_vst, const YaComponent::Create&);
|
||||
void log_request(bool is_host_vst, const YaComponent::Destroy&);
|
||||
void log_request(bool is_host_vst, const WantsConfiguration&);
|
||||
void log_request(bool is_host_vst, const WantsPluginFactory&);
|
||||
|
||||
void log_response(bool is_host_vst, const Ack&);
|
||||
void log_response(bool is_host_vst,
|
||||
const std::optional<YaComponent::CreateArgs>&);
|
||||
void log_response(bool is_host_vst, const Configuration&);
|
||||
|
||||
Reference in New Issue
Block a user