| 175 | } |
| 176 | |
| 177 | void AbstractPart::setContentDescription(String * contentDescription) |
| 178 | { |
| 179 | MC_SAFE_REPLACE_COPY(String, mContentDescription, contentDescription); |
| 180 | } |
| 181 | |
| 182 | bool AbstractPart::isInlineAttachment() |
| 183 | { |
no outgoing calls
no test coverage detected