| 1143 | } |
| 1144 | |
| 1145 | void |
| 1146 | ManagerImpl::initializeParticipant( |
| 1147 | const OpenDDS::Federator::ParticipantUpdate & data) |
| 1148 | { |
| 1149 | this->processCreate(&data, 0); |
| 1150 | } |
| 1151 | |
| 1152 | void |
| 1153 | ManagerImpl::initializePublication( |
no test coverage detected