diff --git a/HdmiCecSource/HdmiCecSourceImplementation.cpp b/HdmiCecSource/HdmiCecSourceImplementation.cpp index 624c9944..bc944221 100644 --- a/HdmiCecSource/HdmiCecSourceImplementation.cpp +++ b/HdmiCecSource/HdmiCecSourceImplementation.cpp @@ -2,7 +2,7 @@ * If not stated otherwise in this file or this component's LICENSE * file the following copyright and licenses apply: * -* Copyright 2019 RDK Management +* Copyright 2025 RDK Management * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -788,7 +788,7 @@ namespace WPEFramework if (WPEFramework::Exchange::IPowerManager::POWER_STATE_ON == newState) { powerState = 0; - HdmiCecSource::_instance->getLogicalAddress(); // get the updated LA after wakeup + HdmiCecSourceImplementation::_instance->getLogicalAddress(); // get the updated LA after wakeup } else powerState = 1; diff --git a/HdmiCecSource/HdmiCecSourceImplementation.h b/HdmiCecSource/HdmiCecSourceImplementation.h index bca08b60..7a8bf445 100644 --- a/HdmiCecSource/HdmiCecSourceImplementation.h +++ b/HdmiCecSource/HdmiCecSourceImplementation.h @@ -2,7 +2,7 @@ * If not stated otherwise in this file or this component's LICENSE * file the following copyright and licenses apply: * -* Copyright 2019 RDK Management +* Copyright 2025 RDK Management * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/HdmiCecSource/Module.cpp b/HdmiCecSource/Module.cpp index ce759b61..a05f0666 100644 --- a/HdmiCecSource/Module.cpp +++ b/HdmiCecSource/Module.cpp @@ -2,7 +2,7 @@ * If not stated otherwise in this file or this component's LICENSE * file the following copyright and licenses apply: * -* Copyright 2019 RDK Management +* Copyright 2025 RDK Management * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/HdmiCecSource/Module.h b/HdmiCecSource/Module.h index be06c844..3b75197f 100644 --- a/HdmiCecSource/Module.h +++ b/HdmiCecSource/Module.h @@ -2,7 +2,7 @@ * If not stated otherwise in this file or this component's LICENSE * file the following copyright and licenses apply: * -* Copyright 2019 RDK Management +* Copyright 2025 RDK Management * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.