| 45 | |
| 46 | template< typename ModelName, class InstanceTraits> |
| 47 | inline |
| 48 | DDS::DomainParticipant_var |
| 49 | OpenDDS::Model::Service< ModelName, InstanceTraits>::participant( typename Participants::Values participant) |
| 50 | { |
| 51 | if( !this->participants_[ participant]) { |
| 52 | this->createParticipant( participant); |
| 53 | } |
| 54 | return DDS::DomainParticipant::_duplicate(this->participants_[ participant]); |
| 55 | } |
| 56 | |
| 57 | template< typename ModelName, class InstanceTraits> |
| 58 | inline |
no test coverage detected