#include <fsRASMgr.h>
Public Member Functions | |
| BOOL | EnumEntries () |
| UINT | GetEntriesCount () |
| LPCSTR | GetEntry (UINT nEntry) |
| BOOL | EnumConnections () |
| int | GetConnectionCount () |
| LPRASCONN | GetConnection (int iIndex) |
| fsRASMgr () | |
| virtual | ~fsRASMgr () |
Protected Attributes | |
| fs::list< CString > | m_vEntries |
| fs::list< RASCONN > | m_vConns |
Definition at line 17 of file fsRASMgr.h.
| fsRASMgr::fsRASMgr | ( | ) |
Definition at line 16 of file fsRASMgr.cpp.
| fsRASMgr::~fsRASMgr | ( | ) | [virtual] |
Definition at line 21 of file fsRASMgr.cpp.
| BOOL fsRASMgr::EnumEntries | ( | ) |
Definition at line 26 of file fsRASMgr.cpp.
References cb, FALSE, fsnew, fsRasEnumEntries(), m_vEntries, NULL, and TRUE.
Referenced by CSchedule_WTSPage::OnInitDialog(), and CDialDlg::OnInitDialog().
| UINT fsRASMgr::GetEntriesCount | ( | ) |
Definition at line 74 of file fsRASMgr.cpp.
References m_vEntries.
Referenced by CSchedule_WTSPage::ApplyDial(), CSchedule_WTSPage::ApplyHangup(), CSchedule_WTSPage::OnInitDialog(), CDialDlg::OnInitDialog(), and CSchedule_WTSPage::OnSelchangeWts().
Definition at line 79 of file fsRASMgr.cpp.
References ASSERT, and m_vEntries.
Referenced by CSchedule_WTSPage::OnInitDialog(), and CDialDlg::OnInitDialog().
| BOOL fsRASMgr::EnumConnections | ( | ) |
Definition at line 86 of file fsRASMgr.cpp.
References FALSE, fsnew, fsRasEnumConnections(), m_vConns, and TRUE.
Referenced by fsScheduleMgr::Hangup(), and fsScheduleMgr::StartTask().
| int fsRASMgr::GetConnectionCount | ( | ) |
Definition at line 131 of file fsRASMgr.cpp.
References m_vConns.
Referenced by fsScheduleMgr::Hangup(), and fsScheduleMgr::StartTask().
| LPRASCONN fsRASMgr::GetConnection | ( | int | iIndex | ) |
Definition at line 136 of file fsRASMgr.cpp.
References m_vConns.
Referenced by fsScheduleMgr::Hangup().
fs::list<CString> fsRASMgr::m_vEntries [protected] |
Definition at line 35 of file fsRASMgr.h.
Referenced by EnumEntries(), GetEntriesCount(), and GetEntry().
fs::list<RASCONN> fsRASMgr::m_vConns [protected] |
Definition at line 36 of file fsRASMgr.h.
Referenced by EnumConnections(), GetConnection(), and GetConnectionCount().
1.5.6