19 #ifndef MIR_SPLASH_SESSION_H 20 #define MIR_SPLASH_SESSION_H 24 namespace mir {
class Server;
namespace scene {
class Session; }}
29 virtual auto session()
const -> std::shared_ptr<mir::scene::Session> = 0;
37 #endif //MIR_SPLASH_SESSION_H SplashSession & operator=(SplashSession const &)=delete
Definition: splash_session.h:24
Definition: splash_session.h:26
virtual auto session() const -> std::shared_ptr< mir::scene::Session >=0
virtual ~SplashSession()=default