23#ifndef ENGLISH_GREETING_SERVICE_IMP_H
24#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:32
static mysql_service_status_t say_hello(const char **hello_string) noexcept
Retrieves an English greeting message.
Definition: english_greeting_service_imp.cc:37
static mysql_service_status_t get_language(const char **language_string) noexcept
Retrieves a greeting message language.
Definition: english_greeting_service_imp.cc:52
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:87