Skip to content

Commit 10fc7fd

Browse files
authored
RDKEMW-3750 : Upgrade Thunder to Version R4.4.3 (#133)
* RDKEMW-3750 : Upgrade Thunder to Version R4.4.3 Reason for change: AddRef return type got changed in R4.4.3 , modified the changes in RustAdapter pligin Test Procedure: please referred ticket descriptions Risks: Medium Priority: P1 Signed-off-by: Thamim Razith <[email protected]> * Removed the AddRef and release which not in use --------- Signed-off-by: Thamim Razith <[email protected]>
1 parent 391cad6 commit 10fc7fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

AVOutput/AVOutput.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ namespace Plugin {
6060
const std::string Initialize(PluginHost::IShell* service);
6161
void Deinitialize(PluginHost::IShell* service);
6262
virtual string Information() const override { return {}; }
63-
virtual void AddRef() const { }
64-
virtual uint32_t Release() const {return 0; }
6563
BEGIN_INTERFACE_MAP(AVOutput)
6664
INTERFACE_ENTRY(PluginHost::IPlugin)
6765
INTERFACE_ENTRY(PluginHost::IDispatcher)

0 commit comments

Comments
 (0)