| 2124 | } |
| 2125 | |
| 2126 | GUID_t |
| 2127 | DomainParticipantImpl::RepoIdSequence::next() |
| 2128 | { |
| 2129 | builder_.entityKey(++serial_); |
| 2130 | return builder_; |
| 2131 | } |
| 2132 | |
| 2133 | |
| 2134 | //////////////////////////////////////////////////////////////// |
no test coverage detected