~stewart/drizzle/use-catalog-for-path

« back to all changes in this revision

Viewing changes to plugin/session_dictionary/sessions.cc

  • Committer: Brian Aker
  • Date: 2011-03-24 23:14:46 UTC
  • mfrom: (2246.4.12 foreach)
  • Revision ID: brian@tangent.org-20110324231446-7q1gydkglys73nft
Merge in XTF

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
 
68
68
bool Sessions::Generator::populate()
69
69
{
70
 
  drizzled::Session::pointer tmp;
 
70
  drizzled::Session* tmp;
71
71
 
72
72
  while ((tmp= session_generator))
73
73
  {