| 179 | } |
| 180 | |
| 181 | void CLogonInfo::SetFirewall(const tstring& strFwHostname, const tstring& strFwUsername, const tstring& strFwPassword, |
| 182 | USHORT ushFwPort, const CFirewallType& crFwType) |
| 183 | { |
| 184 | m_strFwHostname = strFwHostname; |
| 185 | m_strFwUsername = strFwUsername; |
| 186 | m_strFwPassword = strFwPassword; |
| 187 | m_ushFwPort = ushFwPort; |
| 188 | m_FwType = crFwType; |
| 189 | } |
| 190 | |
| 191 | class CCommand::CExtendedInfo : public CCommand::IExtendedInfo |
| 192 | { |
nothing calls this directly
no outgoing calls
no test coverage detected