MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / get_crypto_handle

Method get_crypto_handle

dds/DCPS/DataWriterImpl.cpp:2771–2775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2769
2770#if OPENDDS_CONFIG_SECURITY
2771DDS::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
2778bool

Callers 2

VerticalHandlerMethod · 0.45
parse_messageMethod · 0.45

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected