24#ifndef ENGLISH_GREETING_SERVICE_IMP_H 
   25#define ENGLISH_GREETING_SERVICE_IMP_H 
An implementation of the example Services to get English greeting message and its localization inform...
Definition: english_greeting_service_imp.h:33
 
static mysql_service_status_t say_hello(const char **hello_string) noexcept
Retrieves an English greeting message.
Definition: english_greeting_service_imp.cc:38
 
static mysql_service_status_t get_language(const char **language_string) noexcept
Retrieves a greeting message language.
Definition: english_greeting_service_imp.cc:53
 
Specifies macros to define Service Implementations.
 
#define DEFINE_BOOL_METHOD(name, args)
A short macro to define method that returns bool, which is the most common case.
Definition: service_implementation.h:88