Mir
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
udev_environment.h
Go to the documentation of this file.
1 /*
2  * Copyright © 2013 Canonical Ltd.
3  *
4  * This program is free software: you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License version 3 as
6  * 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:
17  * Christopher James Halse Rogers <christopher.halse.rogers@canonical.com>
18  */
19 
20 #ifndef MIR_TESTING_UDEV_ENVIRONMENT
21 #define MIR_TESTING_UDEV_ENVIRONMENT
22 
23 #include <umockdev.h>
24 
25 namespace mir
26 {
27 namespace mir_test_framework
28 {
30 {
31 public:
33  ~UdevEnvironment() noexcept;
34 
36 
37  UMockdevTestbed *testbed;
38 };
39 
40 }
41 }
42 
43 #endif //MIR_TESTING_UDEV_ENVIRONMENT

Copyright © 2012,2013 Canonical Ltd.
Generated on Wed Oct 30 18:52:19 UTC 2013