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

Method SetFirewall

deps/FtpClient/FTPDataTypes.cpp:181–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181void 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
191class CCommand::CExtendedInfo : public CCommand::IExtendedInfo
192{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected