Ignore:
Timestamp:
Mar 11, 2008 1:18:48 PM (16 years ago)
Author:
bennylp
Message:

Ticket #493: added EC settings in dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pocketpj/SettingsDlg.h

    r1819 r1856  
    2222    bool        m_UsePublish; 
    2323    CString     m_DNS; 
     24    bool        m_EchoSuppress; 
     25    DWORD       m_EcTail; 
    2426 
    2527    CArray<CString,CString> m_BuddyList; 
     
    5456        CString m_User; 
    5557        CString m_Dns; 
     58        BOOL    m_EchoSuppress; 
     59        CString m_EcTail; 
    5660        //}}AFX_DATA 
    5761 
     
    7276        // Generated message map functions 
    7377        //{{AFX_MSG(CSettingsDlg) 
    74                 // NOTE: the ClassWizard will add member functions here 
     78        afx_msg void OnStun(); 
     79        afx_msg void OnEchoSuppress(); 
    7580        //}}AFX_MSG 
    7681        DECLARE_MESSAGE_MAP() 
Note: See TracChangeset for help on using the changeset viewer.