~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/multi_thread/multi_thread.cc

  • Committer: Mark Atwood
  • Date: 2011-06-24 11:45:17 UTC
  • mfrom: (2318.6.64 rf)
  • Revision ID: me@mark.atwood.name-20110624114517-1mq8no6jlp2nrg7m
mergeĀ lp:~olafvdspek/drizzle/refactor15

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
    cout << _("In File: ") << *::boost::get_error_info<boost::throw_file>(ex) << endl;
79
79
    cout << _("On Line: ") << *::boost::get_error_info<boost::throw_line>(ex) << endl;
80
80
 
81
 
    TransactionServices::singleton().sendShutdownEvent(*session.get());
 
81
    TransactionServices::sendShutdownEvent(*session.get());
82
82
  }
83
83
  // @todo remove hard spin by disconnection the session first from the
84
84
  // thread.