Changeset 6051 for pjproject/trunk/pjsip/include/pjsua2/endpoint.hpp
- Timestamp:
- Aug 15, 2019 5:11:41 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua2/endpoint.hpp
r6026 r6051 131 131 pj_ssl_cert_name_type type; /**< Name type */ 132 132 string name; /**< The name */ 133 134 public: 135 /** 136 * Default constructor 137 */ 138 SslCertName() : type(PJ_SSL_CERT_NAME_UNKNOWN) 139 {} 133 140 }; 134 141 … … 341 348 */ 342 349 unsigned restartLisDelay; 350 343 351 public: 344 352 /**
Note: See TracChangeset
for help on using the changeset viewer.