23 #ifndef _TOOLS_PLUGIN_PLUGIN_TOOL_H_ 24 #define _TOOLS_PLUGIN_PLUGIN_TOOL_H_ 26 #include <netcomm/fawkes/client_handler.h> 27 #include <utils/system/signal.h> 30 class FawkesNetworkClient;
31 class FawkesNetworkMessage;
60 virtual void deregistered(
unsigned int id)
throw();
62 virtual void connection_died(
unsigned int id)
throw();
63 virtual void connection_established(
unsigned int id)
throw();
78 const char * plugin_name;
79 const char * program_name_;
Message handler for FawkesNetworkClient.
Simple Fawkes network client.
Fawkes library namespace.
Representation of a message that is sent over the network.
Interface for signal handling.
Parse command line arguments.