| 415 | } |
| 416 | |
| 417 | PollData::VoteRestriction PollData::voteRestriction() const { |
| 418 | return _voteRestriction; |
| 419 | } |
| 420 | |
| 421 | crl::time PollData::voteRestrictionUpdated() const { |
| 422 | return _voteRestrictionUpdated; |
no outgoing calls
no test coverage detected