| 8150 | } |
| 8151 | |
| 8152 | bool MessageInfo::operator<( MessageInfo const& other ) const { |
| 8153 | return sequence < other.sequence; |
| 8154 | } |
| 8155 | |
| 8156 | // This may need protecting if threading support is added |
| 8157 | unsigned int MessageInfo::globalCount = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected