Skip to content

Commit

Permalink
Merge pull request rdkcentral#2639 from npoltorapavlo/delete-ap
Browse files Browse the repository at this point in the history
DELIA-54683: Delete AbstractPlugin
  • Loading branch information
anand-ky authored and npoltorapavlo committed Jun 8, 2022
1 parent 3a90ffd commit ed88654
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HdmiCec_2/HdmiCec_2.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ namespace WPEFramework {
virtual ~HdmiCec_2();
virtual const string Initialize(PluginHost::IShell* service) override;
virtual void Deinitialize(PluginHost::IShell* service) override;
virtual string Information() const override { return {}; }
static HdmiCec_2* _instance;
CECDeviceInfo_2 deviceList[16];
pthread_cond_t m_condSig;
Expand Down

0 comments on commit ed88654

Please sign in to comment.