| 9358 | } |
| 9359 | |
| 9360 | bool MessageInfo::operator<( MessageInfo const& other ) const { |
| 9361 | return sequence < other.sequence; |
| 9362 | } |
| 9363 | |
| 9364 | // This may need protecting if threading support is added |
| 9365 | unsigned int MessageInfo::globalCount = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected