~ubuntu-branches/ubuntu/oneiric/gnome-system-monitor/oneiric-proposed

« back to all changes in this revision

Viewing changes to src/gconf-keys.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-06-21 16:49:23 UTC
  • mto: (2.1.7 sid) (1.1.59 upstream)
  • mto: This revision was merged to the branch mainline in revision 78.
  • Revision ID: james.westby@ubuntu.com-20110621164923-o6titd2srek1uh84
Tags: upstream-3.0.1
ImportĀ upstreamĀ versionĀ 3.0.1

Show diffs side-by-side

added added

removed removed

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