Changeset 5522 for pjproject/trunk/pjsip/include/pjsua2/endpoint.hpp
- Timestamp:
- Jan 11, 2017 11:13:57 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua2/endpoint.hpp
r5518 r5522 165 165 public: 166 166 /** 167 * Constructor. 168 */ 169 SslCertInfo(); 170 171 /** 167 172 * Check if the info is set with empty values. 168 173 * … … 175 180 */ 176 181 void fromPj(const pj_ssl_cert_info &info); 182 183 private: 184 bool empty; 177 185 }; 178 186 … … 256 264 */ 257 265 void fromPj(const pjsip_tls_state_info &info); 266 267 private: 268 bool empty; 258 269 }; 259 270
Note: See TracChangeset
for help on using the changeset viewer.