Skip to content

Commit 94c6928

Browse files
committed
AVInput COM-RPC Support: Debugging unit tests
1 parent fd487ac commit 94c6928

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

AVInput/AVInput.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ namespace WPEFramework {
3838
namespace Plugin {
3939

4040
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 {
41+
// <pca> debug disable to see if errors go away
42+
// public PluginHost::JSONRPC,
43+
// public device::Host::IHdmiInEvents,
44+
// public device::Host::ICompositeInEvents {
45+
public PluginHost::JSONRPC {
4646
// </pca>
4747
public:
4848

0 commit comments

Comments
 (0)