Skip to content

Commit 627f3aa

Browse files
committed
AVInput COM-RPC Support: Fixed rebase issue
1 parent 5f50ce4 commit 627f3aa

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

apis/AVInput/IAVInput.h

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,8 @@ namespace WPEFramework {
4949
bool success /* @brief success */;
5050
};
5151

52-
struct ContentInfo
53-
{
54-
int id;
55-
int contentType;
56-
};
57-
58-
using IStringIterator = RPC::IIteratorType<string, RPC::ID_STRINGITERATOR>;
59-
using IInputDeviceIterator = RPC::IIteratorType<InputDevice, ID_AV_INPUT_DEVICE_LIST_ITERATOR>;
52+
using IStringIterator = RPC::IIteratorType<string, RPC::ID_STRINGITERATOR>;
53+
using IInputDeviceIterator = RPC::IIteratorType<InputDevice, ID_AV_INPUT_DEVICE_LIST_ITERATOR>;
6054

6155
struct EXTERNAL IDevicesChangedNotification : virtual public Core::IUnknown {
6256
enum {

0 commit comments

Comments
 (0)