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

Method ~ssl_server_options

cpp/src/ssl_options.cpp:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80ssl_server_options::~ssl_server_options() {
81 if (impl_) impl_->decref();
82}
83
84ssl_server_options::ssl_server_options(const ssl_certificate &cert) : impl_(new impl) {
85 set_cred(impl_->pn_domain(), cert.certdb_main_, cert.certdb_extra_, cert.passwd_, cert.pw_set_);

Callers

nothing calls this directly

Calls 1

decrefMethod · 0.45

Tested by

no test coverage detected