Skip to content

Commit 8d85b72

Browse files
committed
fixup! Fixes after rebase
1 parent e0f9826 commit 8d85b72

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/components/include/policy/policy_external/policy/policy_manager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ typedef std::shared_ptr<utils::Callable> StatusNotifier;
5353

5454
class PolicyManager : public usage_statistics::StatisticsManager,
5555
public PolicyEncryptionFlagGetterInterface,
56-
public PTURetryHandler {
56+
public PTURetryHandler {
5757
public:
5858
/**
5959
* @brief The NotificationMode enum defines whether application will be

src/components/include/test/protocol_handler/mock_protocol_handler.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ class MockProtocolHandler : public ::protocol_handler::ProtocolHandler {
6969
std::vector<std::string>& rejected_params));
7070
MOCK_METHOD0(NotifyOnGetSystemTimeFailed, void());
7171
MOCK_CONST_METHOD1(IsRPCServiceSecure, bool(const uint32_t connection_key));
72+
MOCK_METHOD0(ProcessFailedPTU, void());
7273
#ifdef EXTERNAL_PROPRIETARY_MODE
7374
MOCK_METHOD0(ProcessFailedCertDecrypt, void());
7475
#endif

src/components/protocol_handler/src/protocol_handler_impl.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1601,6 +1601,7 @@ const ServiceStatus ProtocolHandlerImpl::ServiceDisallowedBySettings(
16011601
const ConnectionID connection_id,
16021602
const uint8_t session_id,
16031603
const bool protection) const {
1604+
LOG4CXX_AUTO_TRACE(logger_);
16041605
const std::string& transport =
16051606
session_observer_.TransportTypeProfileStringFromConnHandle(connection_id);
16061607

0 commit comments

Comments
 (0)