~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 20:31:19 UTC
  • mto: This revision was merged to the branch mainline in revision 1679.
  • Revision ID: brian@gaz-20100730203119-89g2ye4zwnvcacxg
First pass in encapsulating row

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
  const boost::program_options::variables_map &vm;
 
48
 
47
49
public:
48
 
  const boost::program_options::variables_map &vm;
49
 
 
50
50
 
51
51
  option_map(const std::string &module_name_in,
52
52
             const boost::program_options::variables_map &vm_in);