24#ifndef POLISH_GREETING_SERVICE_IMP_H
25#define POLISH_GREETING_SERVICE_IMP_H
An implementation of the example Services to get Polish greeting message and its localization informa...
Definition: polish_greeting_service_imp.h:34
static mysql_service_status_t get_language(const char **language_string) noexcept
Retrieves a greeting message language.
Definition: polish_greeting_service_imp.cc:53
static mysql_service_status_t say_hello(const char **hello_string) noexcept
Retrieves a Polish greeting message.
Definition: polish_greeting_service_imp.cc:38
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