| 118 | } |
| 119 | |
| 120 | bool Comment::IsExpired() const |
| 121 | { |
| 122 | double expire_time = GetExpireTime(); |
| 123 | |
| 124 | return (expire_time != 0 && expire_time < Utility::GetTime()); |
| 125 | } |
| 126 | |
| 127 | int Comment::GetNextCommentID() |
| 128 | { |
no outgoing calls
no test coverage detected