#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");
  }
}