Changes between Version 3 and Version 4 of pjsip-doc/account
- Timestamp:
- Dec 4, 2013 3:44:14 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pjsip-doc/account
v3 v4 14 14 Subclassing the Account class 15 15 --------------------------------- 16 To use the Account class, application MUSTcreate its own subclass, such as::16 To use the Account class, normally application SHOULD create its own subclass, such as:: 17 17 18 18 class MyAccount : public Account