| 161 | | dt.id = component->getIdentifier(); |
| 162 | | |
| 163 | | std::string initial_name(""); |
| 164 | | |
| 165 | | if (!strncmp("DomainName1", component->getNamingServiceName(), 11)) { |
| 166 | | initial_name.append((component->getNamingServiceName()+12)); |
| 167 | | } else { |
| 168 | | initial_name.append(component->getNamingServiceName()); |
| 169 | | } |
| 170 | | |
| | 161 | |
| | 162 | CORBA::String_var waveformNameContextIOR = orb->orb->object_to_string(waveformContext); |
| | 163 | dt.id = "NAMING_CONTEXT_IOR"; |
| | 164 | dt.value <<= waveformNameContextIOR; |
| | 165 | component->addExecParameter(&dt); |
| | 166 | |
| | 167 | dt.id = "NAME_BINDING"; |