19 #ifndef MIR_TEST_DOUBLES_STUB_SHELL_H_
20 #define MIR_TEST_DOUBLES_STUB_SHELL_H_
37 std::shared_ptr<frontend::Session>
open_session(pid_t, std::string
const& , std::shared_ptr<frontend::EventSink>
const& )
override
59 #endif // MIR_TEST_DOUBLES_STUB_SHELL_H_
std::shared_ptr< frontend::Session > open_session(pid_t, std::string const &, std::shared_ptr< frontend::EventSink > const &) override
Definition: stub_shell.h:37
Definition: surface_creation_parameters.h:38
Definition: stub_shell.h:32
frontend::SurfaceId create_surface_for(std::shared_ptr< frontend::Session > const &, shell::SurfaceCreationParameters const &) override
Definition: stub_shell.h:44
StubShell()
Definition: stub_shell.h:34
Definition: int_wrapper.h:27
std::shared_ptr< StubSession > const stub_session
Definition: stub_shell.h:52
void close_session(std::shared_ptr< frontend::Session > const &) override
Definition: stub_shell.h:41
void handle_surface_created(std::shared_ptr< frontend::Session > const &) override
Definition: stub_shell.h:49
Definition: stub_session.h:31