Changeset 5771
- Timestamp:
- Apr 3, 2018 12:46:36 AM (7 years ago)
- Location:
- pjproject/trunk/pjsip/include/pjsua2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua2/account.hpp
r5755 r5771 1004 1004 public: 1005 1005 /** 1006 * Virtual destructor 1007 */ 1008 virtual ~AccountIpChangeConfig() 1009 {} 1010 1011 /** 1006 1012 * Read this object from a container node. 1007 1013 * -
pjproject/trunk/pjsip/include/pjsua2/persistent.hpp
r4704 r5771 58 58 { 59 59 public: 60 /** 61 * Virtual destructor 62 */ 63 virtual ~PersistentObject() 64 {} 65 60 66 /** 61 67 * Read this object from a container node.
Note: See TracChangeset
for help on using the changeset viewer.