14 #ifndef CONFIGHANDLER_H__
15 #define CONFIGHANDLER_H__
44 virtual bool handleC2SInterfaceAdded(
const std::string& interface,
57 virtual bool handleC2SInterfaceRemoved(
const std::string& interface,
70 virtual void handleDomainAdded(
const std::string& domain ) = 0;
76 virtual void handleDomainRemoved(
const std::string& domain ) = 0;
81 virtual void handleShutdown() = 0;
87 #endif // CONFIGHANDLER_H__