| 81 | } |
| 82 | |
| 83 | void BasicMessage::ContentType(const std::string& content_type) { |
| 84 | m_impl->content_type = content_type; |
| 85 | } |
| 86 | |
| 87 | bool BasicMessage::ContentTypeIsSet() const { |
| 88 | return m_impl->content_type.is_initialized(); |
no outgoing calls
no test coverage detected