Changes between Version 3 and Version 4 of pjsip-doc/account


Ignore:
Timestamp:
Dec 4, 2013 3:44:14 AM (10 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pjsip-doc/account

    v3 v4  
    1414Subclassing the Account class 
    1515--------------------------------- 
    16 To use the Account class, application MUST create its own subclass, such as:: 
     16To use the Account class, normally application SHOULD create its own subclass, such as:: 
    1717 
    1818    class MyAccount : public Account