! This method adds a message predicate to the list of all predicates. Each predicate in the list is evaluated for every sent message. NOTE: cStats does NOT own the predicate pointer! (It DOES NOT delete them!) */
| 1882 | NOTE: cStats does NOT own the predicate pointer! (It DOES NOT delete them!) |
| 1883 | */ |
| 1884 | void cStats::AddMessagePredicate(cOrgMessagePredicate* predicate) |
| 1885 | { |
| 1886 | m_message_predicates.push_back(predicate); |
| 1887 | } |
| 1888 | |
| 1889 | void cStats::RemoveMessagePredicate(cOrgMessagePredicate* predicate) |
| 1890 | { |
no outgoing calls
no test coverage detected