summaryrefslogtreecommitdiff
path: root/src/mateconf-keys.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mateconf-keys.cpp')
-rw-r--r--src/mateconf-keys.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mateconf-keys.cpp b/src/mateconf-keys.cpp
new file mode 100644
index 0000000..8fbb379
--- /dev/null
+++ b/src/mateconf-keys.cpp
@@ -0,0 +1,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");
+ }
+}
+