19 #ifndef MIR_SHELL_NULL_SESSION_LISTENER_H_
20 #define MIR_SHELL_NULL_SESSION_LISTENER_H_
36 void starting(std::shared_ptr<Session>
const&)
override {}
37 void stopping(std::shared_ptr<Session>
const&)
override {}
38 void focused(std::shared_ptr<Session>
const&)
override {}
53 #endif // MIR_SHELL_NULL_SESSION_LISTENER_H_