| 165 | } |
| 166 | |
| 167 | void AbstractPart::setContentLocation(String * contentLocation) |
| 168 | { |
| 169 | MC_SAFE_REPLACE_COPY(String, mContentLocation, contentLocation); |
| 170 | } |
| 171 | |
| 172 | String * AbstractPart::contentDescription() |
| 173 | { |
no outgoing calls
no test coverage detected