- Timestamp:
- Nov 1, 2013 7:11:48 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/pjsua2/pjsip/src/pjsua2/account.cpp
r4638 r4639 333 333 /////////////////////////////////////////////////////////////////////////////// 334 334 335 AccountPresenceStatus::AccountPresenceStatus() 336 : isOnline(false), activity(PJRPID_ACTIVITY_UNKNOWN) 337 { 338 } 339 340 /////////////////////////////////////////////////////////////////////////////// 341 335 342 void AccountInfo::fromPj(const pjsua_acc_info &pai) 336 343 { … … 379 386 { 380 387 pjsua_acc_config pj_acc_cfg = acc_cfg.toPj(); 381 388 pj_acc_cfg.user_data = (void*)this; 382 389 PJSUA2_CHECK_EXPR( pjsua_acc_modify(id, &pj_acc_cfg) ); 383 390 }
Note: See TracChangeset
for help on using the changeset viewer.