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

« back to all changes in this revision

Viewing changes to src/settings-keys.h

  • 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
#ifndef H_PROCMAN_SETTINGS_KEYS_1177430397
 
2
#define H_PROCMAN_SETTINGS_KEYS_1177430397
 
3
 
 
4
#include <string>
 
5
 
 
6
namespace procman
 
7
{
 
8
  namespace settings
 
9
  {
 
10
    extern const std::string root;
 
11
    extern const std::string solaris_mode;
 
12
    extern const std::string open_files_tree_prefix;
 
13
    extern const std::string network_in_bits;
 
14
  }
 
15
}
 
16
 
 
17
 
 
18
#endif //  H_PROCMAN_SETTINGS_KEYS_1177430397