| 2769 | |
| 2770 | #if OPENDDS_CONFIG_SECURITY |
| 2771 | DDS::Security::ParticipantCryptoHandle DataWriterImpl::get_crypto_handle() const |
| 2772 | { |
| 2773 | RcHandle<DomainParticipantImpl> participant = participant_servant_.lock(); |
| 2774 | return participant ? participant->crypto_handle() : DDS::HANDLE_NIL; |
| 2775 | } |
| 2776 | #endif |
| 2777 | |
| 2778 | bool |
no test coverage detected