File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
policy/policy_external/policy Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ typedef std::shared_ptr<utils::Callable> StatusNotifier;
5353
5454class 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments