~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/abort_exception.h

  • Committer: Olaf van der Spek
  • Date: 2011-06-22 21:57:14 UTC
  • mto: This revision was merged to the branch mainline in revision 2348.
  • Revision ID: olafvdspek@gmail.com-20110622215714-0wmhwrx6of27etov
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
namespace drizzled {
28
28
  
29
 
class abort_exception :
30
 
  public boost::exception, public std::exception
 
29
class abort_exception : public boost::exception, public std::exception
31
30
{ };
32
31
 
33
32
}