~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/multi_thread/multi_thread.cc

  • Committer: Olaf van der Spek
  • Date: 2011-06-23 10:47:03 UTC
  • mto: This revision was merged to the branch mainline in revision 2348.
  • Revision ID: olafvdspek@gmail.com-20110623104703-hw93svu0vfgcqt9p
Refactor

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.