changeset 76 | 38bf5461e270 |
parent 74 | 6c59112cfd31 |
74:6c59112cfd31 | 76:38bf5461e270 |
---|---|
46 NM_FUNCTION; |
46 NM_FUNCTION; |
47 } |
47 } |
48 |
48 |
49 NmApiMessage& NmApiMessage::operator=(const NmApiMessage &other) |
49 NmApiMessage& NmApiMessage::operator=(const NmApiMessage &other) |
50 { |
50 { |
51 if (this == &other) |
51 if (this == &other) { |
52 return *this; |
52 return *this; |
53 |
53 } |
54 d = other.d; |
54 d = other.d; |
55 |
55 |
56 return *this; |
56 return *this; |
57 } |
57 } |
58 |
58 |