Add universal way to shutdown sockets on Wine side

This commit is contained in:
Robbert van der Helm
2021-05-01 16:47:09 +02:00
parent 0f2db64aeb
commit d8ca4022d1
5 changed files with 24 additions and 0 deletions
+4
View File
@@ -68,6 +68,10 @@ class Vst2Bridge : public HostBridge {
void handle_x11_events() override;
protected:
void close_sockets() override;
public:
/**
* Forward the host callback made by the plugin to the host and return the
* results.