~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/module/option_map.h

  • Committer: Brian Aker
  • Date: 2010-07-30 06:00:36 UTC
  • mfrom: (1672.2.1 fix-plugin-loading)
  • Revision ID: brian@gaz-20100730060036-m5hatq9ch0eqtyf7
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
class DRIZZLED_API option_map
45
45
{
46
46
  const std::string &module_name;
 
47
public:
47
48
  const boost::program_options::variables_map &vm;
48
49
 
49
 
public:
50
50
 
51
51
  option_map(const std::string &module_name_in,
52
52
             const boost::program_options::variables_map &vm_in);