~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session/property_map.h

  • Committer: Lee Bieber
  • Date: 2011-03-22 17:41:09 UTC
  • mfrom: (2241.2.18 refactor2)
  • Revision ID: kalebral@gmail.com-20110322174109-1bsfvv4q1dnfd089
Merge Olaf - more code refactoring

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
  template<class T>
49
49
  bool setProperty(const std::string &arg, T *value)
50
50
  {
 
51
    // assert(not _properties.count(arg));
51
52
    _properties[arg]= value;
52
53
 
53
54
    return true;