~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session/cache.h

  • Committer: Brian Aker
  • Date: 2011-01-09 08:30:17 UTC
  • mfrom: (2065.1.2 clean)
  • Revision ID: brian@tangent.org-20110109083017-het3tupt0x0opcoa
Rollup of changes from staging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    return _mutex;
54
54
  }
55
55
 
56
 
  void erase(Session::Ptr);
57
56
  void erase(Session::shared_ptr&);
58
57
  size_t count();
59
58
  void insert(Session::shared_ptr &arg);