| 239 | } |
| 240 | |
| 241 | int FTPProfile::SetName(const TCHAR * name) { |
| 242 | SU::FreeTChar(m_name); |
| 243 | m_name = SU::DupString(name); |
| 244 | return 0; |
| 245 | } |
| 246 | |
| 247 | const TCHAR* FTPProfile::GetParent() const { |
| 248 | return m_parent; |
nothing calls this directly
no outgoing calls
no test coverage detected