~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/abort_exception.h

  • 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:
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
}