We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd487ac commit 94c6928Copy full SHA for 94c6928
AVInput/AVInput.h
@@ -38,11 +38,11 @@ namespace WPEFramework {
38
namespace Plugin {
39
40
class AVInput: public PluginHost::IPlugin,
41
- // <pca>
42
- public PluginHost::JSONRPC,
43
- public device::Host::IHdmiInEvents,
44
- public device::Host::ICompositeInEvents {
45
- //public PluginHost::JSONRPC {
+ // <pca> debug disable to see if errors go away
+ // public PluginHost::JSONRPC,
+ // public device::Host::IHdmiInEvents,
+ // public device::Host::ICompositeInEvents {
+ public PluginHost::JSONRPC {
46
// </pca>
47
public:
48
0 commit comments