blob: 0e5f8e14bceb97a040526d17760dbdcb7c54c5b2 (
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
|