| 74 | void CFDescImpl::DisableNotify() { is_notify_enabled_ = false; } |
| 75 | |
| 76 | bool CFDescImpl::IsNotifyEnabled() const { return is_notify_enabled_; } |
| 77 | |
| 78 | void CFDescImpl::SetType(const std::string& type) { type_ = type; } |
| 79 |
no outgoing calls
no test coverage detected