~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/abort_exception.h

Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
#define DRIZZLE_ABORT BOOST_THROW_EXCEPTION(::drizzled::abort_exception())
26
26
 
27
 
namespace drizzled
28
 
{
29
 
 
30
 
 
 
27
namespace drizzled {
 
28
  
31
29
class abort_exception :
32
30
  public boost::exception, public std::exception
33
31
{ };