19 #ifndef MIRAL_SHELL_SW_SPLASH_H 20 #define MIRAL_SHELL_SW_SPLASH_H 26 namespace mir {
class Server;
namespace scene {
class Session; }}
36 void operator()(std::weak_ptr<mir::scene::Session>
const& session);
37 auto session()
const -> std::weak_ptr<mir::scene::Session>;
41 std::shared_ptr<Self>
const self;
44 #endif //MIRAL_SHELL_SW_SPLASH_H Definition: sw_splash.h:29
AutoUnblockThread is a helper thread class that can gracefully shutdown at destruction time...
Definition: sw_splash.h:26