Skip to content

Commit

Permalink
Bring Attach and Detach from PluginHost::JSONRPC into the MessageCont…
Browse files Browse the repository at this point in the history
…rol class
  • Loading branch information
VeithMetro authored Nov 13, 2024
1 parent fc01a22 commit 5c2ebb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MessageControl/MessageControl.h
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,9 @@ namespace Plugin {
END_INTERFACE_MAP

public:
using PluginHost::JSONRPC::Attach;
using PluginHost::JSONRPC::Detach;

const string Initialize(PluginHost::IShell* service) override;
void Deinitialize(PluginHost::IShell* service) override;
string Information() const override;
Expand Down

0 comments on commit 5c2ebb7

Please sign in to comment.