~ubuntu-branches/ubuntu/quantal/ceph/quantal

« back to all changes in this revision

Viewing changes to src/common/config.h

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-08-27 08:23:21 UTC
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: package-import@ubuntu.com-20120827082321-2cfej6ddvk63vsqq
Tags: upstream-0.48.1
ImportĀ upstreamĀ versionĀ 0.48.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
private:
146
146
  void _show_config(std::ostream& out);
147
147
 
 
148
  void _get_my_sections(std::vector <std::string> &sections) const;
 
149
 
 
150
  int _get_val_from_conf_file(const std::vector <std::string> &sections,
 
151
                              const char *key, std::string &out, bool emeta) const;
 
152
 
148
153
  int parse_option(std::vector<const char*>& args,
149
154
                   std::vector<const char*>::iterator& i,
150
155
                   std::ostream *oss);