MCPcopy Create free account
hub / github.com/apache/qpid-proton / ~ssl_client_options

Method ~ssl_client_options

cpp/src/ssl_options.cpp:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117ssl_client_options::~ssl_client_options() {
118 if (impl_) impl_->decref();
119}
120
121ssl_client_options::ssl_client_options() : impl_(0) {}
122

Callers

nothing calls this directly

Calls 1

decrefMethod · 0.45

Tested by

no test coverage detected