24#ifndef RUNTIME_ERROR_IMP_H 
   25#define RUNTIME_ERROR_IMP_H 
An default implementation of the mysql_runtime_error service for minimal chassis library to report th...
Definition: minimal_chassis_runtime_error_imp.h:34
 
static void emit(int error_id, int flags, va_list args) noexcept
This function reports the given error to the caller.
Definition: minimal_chassis_runtime_error_imp.cc:29
 
static int flags[50]
Definition: hp_test1.cc:40
 
Specifies macros to define Service Implementations.
 
#define DEFINE_METHOD(retval, name, args)
A macro to ensure method implementation has required properties, that is it does not throw exceptions...
Definition: service_implementation.h:79