Skip to content

Commit dfc4e93

Browse files
committed
AVInput COM-RPC Support: Converted input types in interface to strings to maintain unit test compatibility
1 parent 4168cac commit dfc4e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AVInput/AVInputImplementation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ namespace Plugin {
150150
virtual Core::hresult Unregister(Exchange::IAVInput::IHdmiContentTypeUpdateNotification* notification) override;
151151

152152
Core::hresult NumberOfInputs(uint32_t& numberOfInputs, bool& success) override;
153-
Core::hresult GetInputDevices(const int typeOfInput, Exchange::IAVInput::IInputDeviceIterator*& devices, bool& success);
153+
Core::hresult GetInputDevices(const string& typeOfInput, Exchange::IAVInput::IInputDeviceIterator*& devices, bool& success);
154154
Core::hresult WriteEDID(const int portId, const string& message, SuccessResult& successResult) override;
155155
Core::hresult ReadEDID(const int portId, string& EDID, bool& success) override;
156156
Core::hresult GetRawSPD(const int portId, string& HDMISPD, bool& success) override;

0 commit comments

Comments
 (0)