| 169 | } |
| 170 | |
| 171 | void CLogonInfo::SetHost(const tstring& strHostname, USHORT ushHostport, const tstring& strUsername, |
| 172 | const tstring& strPassword, const tstring& strAccount) |
| 173 | { |
| 174 | m_strHostname = strHostname; |
| 175 | m_ushHostport = ushHostport; |
| 176 | m_strUsername = strUsername; |
| 177 | m_strPassword = strPassword; |
| 178 | m_strAccount = strAccount; |
| 179 | } |
| 180 | |
| 181 | void CLogonInfo::SetFirewall(const tstring& strFwHostname, const tstring& strFwUsername, const tstring& strFwPassword, |
| 182 | USHORT ushFwPort, const CFirewallType& crFwType) |
nothing calls this directly
no outgoing calls
no test coverage detected