12#ifndef tutorial_rpc_Procedures_declared
13#define tutorial_rpc_Procedures_declared
17#include "../Procedure.h"
Class for all procedures based on this message schema.
A Database that contains a joedb::Writable_Journal and keeps them in sync.
delete_city(Service &service)
get_inhabitants(Service &service)
get_population(Service &service)
insert_city(Service &service)
A collection of procedures to be used by joedb::rpc::Server.
const std::vector< joedb::rpc::Procedure * > procedures
Procedures(Service &service)
A collection of procedures that will be executed in the rpc server.
void get_inhabitants(tutorial::Writable_Database &message)
A message can have the same schema as the main database.
void get_population(population::Writable_Database &population)
A procedure can return values by writing them to the message database.
void delete_city(city::Writable_Database &city)
Delete a city from a name string.
void insert_city(city::Writable_Database &city)
Insert a city from a name string.
Class for all procedures based on this message schema.
A Database that contains a joedb::Writable_Journal and keeps them in sync.
Class for all procedures based on this message schema.
A Database that contains a joedb::Writable_Journal and keeps them in sync.
Automatically generated by joedbc.