From b3e36a4e5ea54f78016b9da64d1ab38535231630 Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Tue, 23 Apr 2013 11:10:20 +0000 Subject: Re #1655: Removed pjsua_wince and PocketPj (replaced with pjsua CLI, which is integrated in the 'pjsua' project for Win desktop). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4493 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip-apps/src/pocketpj/SettingsDlg.h | 99 ----------------------------------- 1 file changed, 99 deletions(-) delete mode 100644 pjsip-apps/src/pocketpj/SettingsDlg.h (limited to 'pjsip-apps/src/pocketpj/SettingsDlg.h') diff --git a/pjsip-apps/src/pocketpj/SettingsDlg.h b/pjsip-apps/src/pocketpj/SettingsDlg.h deleted file mode 100644 index 816ede99..00000000 --- a/pjsip-apps/src/pocketpj/SettingsDlg.h +++ /dev/null @@ -1,99 +0,0 @@ -#if !defined(AFX_SETTINGSDLG_H__46F18E6E_F411_4D9E_BEE9_619D80BC81DC__INCLUDED_) -#define AFX_SETTINGSDLG_H__46F18E6E_F411_4D9E_BEE9_619D80BC81DC__INCLUDED_ - -#if _MSC_VER > 1000 -#pragma once -#endif // _MSC_VER > 1000 -// SettingsDlg.h : header file -// -#include - -///////////////////////////////////////////////////////////////////////////// -// Settings -struct CPocketPJSettings -{ - CString m_Domain; - CString m_User; - CString m_Password; - bool m_UseStun; - CString m_StunSrv; - bool m_UseIce; - bool m_UseSrtp; - bool m_UsePublish; - CString m_DNS; - bool m_EchoSuppress; - DWORD m_EcTail; - bool m_TCP; - bool m_VAD; - bool m_AutoAnswer; - - CArray m_Codecs; - CArray m_BuddyList; - - CPocketPJSettings(); - - // Load from registry - void LoadRegistry(); - - // Save to registry - void SaveRegistry(); -}; - - -///////////////////////////////////////////////////////////////////////////// -// CSettingsDlg dialog - -class CSettingsDlg : public CDialog -{ -// Construction -public: - CSettingsDlg(CPocketPJSettings & cfg, CWnd* pParent = NULL); - -// Dialog Data - //{{AFX_DATA(CSettingsDlg) - enum { IDD = IDD_SETTING }; - CComboBox m_Codecs; - CString m_Domain; - BOOL m_ICE; - CString m_Passwd; - BOOL m_PUBLISH; - BOOL m_SRTP; - BOOL m_STUN; - CString m_StunSrv; - CString m_User; - CString m_Dns; - BOOL m_EchoSuppress; - CString m_EcTail; - BOOL m_TCP; - BOOL m_VAD; - BOOL m_AutoAnswer; - //}}AFX_DATA - - -// Overrides - // ClassWizard generated virtual function overrides - //{{AFX_VIRTUAL(CSettingsDlg) - public: - virtual int DoModal(); - protected: - virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support - //}}AFX_VIRTUAL - -// Implementation -protected: - CPocketPJSettings & m_Cfg; - - // Generated message map functions - //{{AFX_MSG(CSettingsDlg) - afx_msg void OnStun(); - afx_msg void OnEchoSuppress(); - afx_msg void OnSelchangeCodecs(); - virtual void OnOK(); - //}}AFX_MSG - DECLARE_MESSAGE_MAP() -}; - -//{{AFX_INSERT_LOCATION}} -// Microsoft Visual C++ will insert additional declarations immediately before the previous line. - -#endif // !defined(AFX_SETTINGSDLG_H__46F18E6E_F411_4D9E_BEE9_619D80BC81DC__INCLUDED_) -- cgit v1.2.3