19 #ifndef MIR_SHELL_DEFAULT_SESSION_CONTAINER_H_
20 #define MIR_SHELL_DEFAULT_SESSION_CONTAINER_H_
39 void for_each(std::function<
void(std::shared_ptr<Session>
const&)> f)
const;
42 std::vector<std::shared_ptr<Session>> apps;
43 mutable std::mutex guard;
50 #endif // MIR_SHELL_DEFAULT_SESSION_CONTAINER_H_