Ignore:
Timestamp:
Sep 23, 2019 10:47:05 PM (5 years ago)
Author:
riza
Message:

Close #2232: Crash on Endpoint::libDestroy() when there is an active call.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua2/account.hpp

    r6051 r6074  
    17991799    void presNotify(const PresNotifyParam &prm) PJSUA2_THROW(Error); 
    18001800     
     1801#if !DEPRECATED_FOR_TICKET_2232 
    18011802    /** 
    18021803     * Warning: deprecated, use enumBuddies2() instead. This function is not 
     
    18081809     */ 
    18091810    const BuddyVector& enumBuddies() const PJSUA2_THROW(Error); 
     1811#endif 
    18101812 
    18111813    /** 
     
    18161818    BuddyVector2 enumBuddies2() const PJSUA2_THROW(Error); 
    18171819 
     1820#if !DEPRECATED_FOR_TICKET_2232 
    18181821    /** 
    18191822     * Warning: deprecated, use findBuddy2 instead. This function is not 
     
    18311834    Buddy* findBuddy(string uri, FindBuddyMatch *buddy_match = NULL) const 
    18321835                    PJSUA2_THROW(Error); 
     1836#endif 
    18331837 
    18341838    /** 
     
    19691973    pjsua_acc_id         id; 
    19701974    string               tmpReason;     // for saving response's reason 
     1975#if !DEPRECATED_FOR_TICKET_2232 
    19711976    BuddyVector          buddyList; 
     1977#endif 
    19721978}; 
    19731979 
Note: See TracChangeset for help on using the changeset viewer.