~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal_error_handler.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef DRIZZLED_INTERNAL_ERROR_HANDLER_H
22
22
#define DRIZZLED_INTERNAL_ERROR_HANDLER_H
23
23
 
24
 
 
 
24
namespace drizzled
 
25
{
25
26
 
26
27
/**
27
28
  This class represents the interface for internal error handlers.
65
66
                            DRIZZLE_ERROR::enum_warning_level level,
66
67
                            Session *session) = 0;
67
68
};
 
69
 
 
70
} /* namespace drizzled */
 
71
 
68
72
#endif /* DRIZZLED_INTERNAL_ERROR_HANDLER_H */