31 template class ::IceInternal::Handle<::armarx::Event>;
35 this->eventReceiverName = eventReceiverName;
36 this->eventName = eventName;
47 armarx::Event::add(
const std::string key,
const armarx::VariantContainerBasePtr& valueContainer)
49 properties[key] = valueContainer->cloneContainer();
64 newEvent->properties.clear();
66 for (StringVariantContainerBaseMap::const_iterator it = properties.begin();
67 it != properties.end();
70 newEvent->properties[it->first] = it->second->cloneContainer();
78 eventReceiverName =
"";