~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session_list.cc

  • Committer: Brian Aker
  • Date: 2010-04-19 19:23:14 UTC
  • Revision ID: brian@gaz-20100419192314-47vro57tcn607i61
More updates for memory::Root

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
SessionList session_list;
37
37
 
38
 
vector<Session*> &getSessionList()
 
38
SessionList &getSessionList()
39
39
{
40
40
  return session_list;
41
41
}