Mir
server_example_host_lifecycle_event_listener.h
Go to the documentation of this file.
1 /*
2  * Copyright © 2014 Canonical Ltd.
3  *
4  * This program is free software: you can redistribute it and/or modify it
5  * under the terms of the GNU General Public License version 3,
6  * as published by the Free Software Foundation.
7  *
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11  * GNU General Public License for more details.
12  *
13  * You should have received a copy of the GNU General Public License
14  * along with this program. If not, see <http://www.gnu.org/licenses/>.
15  *
16  * Authored By: Alan Griffiths <alan@octopull.co.uk>
17  */
18 
19 #ifndef MIR_EXAMPLE_HOST_LIFECYCLE_EVENT_LISTENER_H_
20 #define MIR_EXAMPLE_HOST_LIFECYCLE_EVENT_LISTENER_H_
21 
23 
24 #include <memory>
25 
26 namespace mir
27 {
28 class Server;
29 
30 namespace logging { class Logger; }
31 
32 namespace examples
33 {
35 {
36 public:
37  HostLifecycleEventListener(std::shared_ptr<mir::logging::Logger> const& logger);
38  void lifecycle_event_occurred(MirLifecycleState state) override;
39 
40 private:
41  std::shared_ptr<mir::logging::Logger> const logger;
42 };
43 
45 }
46 }
47 
48 #endif /* MIR_EXAMPLE_HOST_LIFECYCLE_EVENT_LISTENER_H_ */
All things Mir.
Definition: atomic_callback.h:25
Customise and run a Mir server.
Definition: server.h:77
Definition: server_example_host_lifecycle_event_listener.h:34
MirLifecycleState
Definition: common.h:94
void add_log_host_lifecycle_option_to(mir::Server &server)
Definition: server_example_host_lifecycle_event.cpp:50
Definition: host_lifecycle_event_listener.h:29

Copyright © 2012-2015 Canonical Ltd.
Generated on Wed Mar 30 00:29:56 UTC 2016