MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / SetHost

Method SetHost

deps/FtpClient/FTPDataTypes.cpp:171–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void 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
181void CLogonInfo::SetFirewall(const tstring& strFwHostname, const tstring& strFwUsername, const tstring& strFwPassword,
182 USHORT ushFwPort, const CFirewallType& crFwType)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected