Exemplo n.º 1
0
void ControllerImpl::disconnectToService(std::string name)
{
	BaseService *srv =  getService(name);
	if (srv != NULL) {
		// End service loop
		srv->endServiceLoop();
	}
}