26#ifndef SRC_ROUTER_INCLUDE_MYSQLROUTER_WINDOWS_SERVICE_OPERATIONS_H_ 
   27#define SRC_ROUTER_INCLUDE_MYSQLROUTER_WINDOWS_SERVICE_OPERATIONS_H_ 
Defining the commandline argument handler class CmdArgHandler.
 
Handles command line arguments.
Definition: arg_handler.h:141
 
void add_service_options(CmdArgHandler &arg_handler, ServiceConfOptions *conf_opts=nullptr)
Adds a Windows service related options to the command line arguments handler.
 
ServiceOperation
Definition: service_operations.h:31
 
Definition: service_operations.h:33
 
std::string service_name
Definition: service_operations.h:36
 
std::string service_display_name
Definition: service_operations.h:37
 
ServiceOperation operation
Definition: service_operations.h:35
 
std::string config_file
Definition: service_operations.h:34