8 namespace swift::simplugin::fs9
14 other.m_hostAddress->Duplicate(&m_hostAddress);
22 if (&other ==
this) {
return *
this; }
24 m_appDesc = other.m_appDesc;
25 m_sessionName = other.m_sessionName;
26 other.m_hostAddress->Duplicate(&m_hostAddress);
void SafeRelease(T *&pT)
Safely release a COM allocated object.
Class representing a enumerated host node.
CHostNode & operator=(const CHostNode &other)
Copy assignment operator.