Ejemplo n.º 1
0
bool ServiceDescription::operator==(const ServiceDescription& cmp) const {
	return (m_id == cmp.id());
}