Mir
default_configuration.h
Go to the documentation of this file.
1 /*
2  * Private internal defaults shared by client and server code.
3  *
4  * Copyright © 2013 Canonical Ltd.
5  *
6  * This program is free software: you can redistribute it and/or modify
7  * it under the terms of the GNU Lesser General Public License version 3 as
8  * published by the Free Software Foundation.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  * GNU Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public License
16  * along with this program. If not, see <http://www.gnu.org/licenses/>.
17  *
18  * Author: Daniel van Vugt <daniel.van.vugt@canonical.com>
19  */
20 
21 #ifndef MIR_DEFAULT_CONFIGURATION_
22 #define MIR_DEFAULT_CONFIGURATION_
23 
24 namespace mir
25 {
26 extern const char *const default_server_socket;
27 }
28 
29 #endif
All things Mir.
Definition: buffer_stream.h:37
const char *const default_server_socket
Definition: default_configuration.cpp:40

Copyright © 2012,2013 Canonical Ltd.
Generated on Tue Mar 24 16:15:19 UTC 2015