Fawkes API
Fawkes Development Version
|
Public Attributes | |
std::string | name |
the name of the service More... | |
std::string | type |
the type of the service More... | |
std::string | domain |
the domain of the service More... | |
Data structure to hold information about a recently removed services.
Definition at line 110 of file service_model.h.
std::string fawkes::ServiceModel::ServiceRemovedRecord::domain |
the domain of the service
Definition at line 114 of file service_model.h.
Referenced by fawkes::ServiceModel::on_service_removed(), and fawkes::ServiceModel::service_removed().
std::string fawkes::ServiceModel::ServiceRemovedRecord::name |
the name of the service
Definition at line 112 of file service_model.h.
Referenced by fawkes::ServiceModel::on_service_removed(), and fawkes::ServiceModel::service_removed().
std::string fawkes::ServiceModel::ServiceRemovedRecord::type |
the type of the service
Definition at line 113 of file service_model.h.
Referenced by fawkes::ServiceModel::on_service_removed(), and fawkes::ServiceModel::service_removed().