summaryrefslogtreecommitdiff
path: root/src/settings-keys.cpp
blob: 7d8ef1a72bd41d34b86cc4e03cfac716bac25f1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "settings-keys.h"


namespace procman
{
  namespace settings
  {
    const std::string root("/org/mate/mate-system-monitor");
    const std::string solaris_mode("solaris-mode");
    const std::string open_files_tree_prefix("openfilestree");
    const std::string network_in_bits("network-in-bits");
  }
}