Ed Tanous | 911ac31 | 2017-08-15 09:37:42 -0700 | [diff] [blame] | 1 | #pragma once |
2 | #include <dbus/connection.hpp> | ||||
3 | |||||
4 | namespace crow { | ||||
5 | namespace connections { | ||||
6 | |||||
7 | static std::shared_ptr<dbus::connection> system_bus; | ||||
8 | |||||
9 | } // namespace dbus | ||||
10 | } // namespace crow |