blob: 8fbb37995e93803f173b82199e2d79a5bb0108af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#include "mateconf-keys.h"
namespace procman
{
namespace mateconf
{
const std::string root("/apps/procman");
const std::string solaris_mode(root + "/solaris_mode");
const std::string open_files_tree_prefix(root + "/openfilestree");
const std::string network_in_bits(root + "/network_in_bits");
}
}
|