blob: d01a33abd08f2793ff55618b63dedfeb98e62cc0 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 | #ifndef H_PROCMAN_SETTINGS_KEYS_1177430397
#define H_PROCMAN_SETTINGS_KEYS_1177430397
#include <string>
namespace procman
{
    namespace settings
    {
        extern const std::string root;
        extern const std::string solaris_mode;
        extern const std::string open_files_tree_prefix;
        extern const std::string network_in_bits;
    }
}
#endif //  H_PROCMAN_SETTINGS_KEYS_1177430397
 |