19 #ifndef MIR_SCENE_APPLICATION_NOT_RESPONDING_DETECTOR_WRAPPER_H_ 20 #define MIR_SCENE_APPLICATION_NOT_RESPONDING_DETECTOR_WRAPPER_H_ 39 virtual void register_observer(std::shared_ptr<Observer>
const& observer)
override;
43 std::shared_ptr<ApplicationNotRespondingDetector>
const wrapped;
49 #endif //MIR_SCENE_APPLICATION_NOT_RESPONDING_DETECTOR_WRAPPER_H_
All things Mir.
Definition: atomic_callback.h:25
~ApplicationNotRespondingDetectorWrapper()
virtual void register_session(frontend::Session const *session, std::function< void()> const &pinger) override
Definition: application_not_responding_detector_wrapper.cpp:31
Definition: application_not_responding_detector_wrapper.h:30
virtual void unregister_observer(std::shared_ptr< Observer > const &observer) override
Definition: application_not_responding_detector_wrapper.cpp:51
ApplicationNotRespondingDetectorWrapper(std::shared_ptr< ApplicationNotRespondingDetector > const &wrapped)
Definition: application_not_responding_detector_wrapper.cpp:23
virtual void register_observer(std::shared_ptr< Observer > const &observer) override
Definition: application_not_responding_detector_wrapper.cpp:46
virtual void unregister_session(frontend::Session const *session) override
Definition: application_not_responding_detector_wrapper.cpp:36
virtual void pong_received(frontend::Session const *received_for) override
Definition: application_not_responding_detector_wrapper.cpp:41
std::shared_ptr< ApplicationNotRespondingDetector > const wrapped
Definition: application_not_responding_detector_wrapper.h:43
Definition: application_not_responding_detector.h:36