summaryrefslogtreecommitdiff
path: root/src/settings-keys.cpp
blob: 62f6264581ca680e24baf838db60a42859fb6430 (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");
    }
}