---------------------------------------------------------------------------
| 874 | |
| 875 | //--------------------------------------------------------------------------- |
| 876 | void addConsumer(ConsumerCallback consumer) |
| 877 | { |
| 878 | gConsumers.push_back(consumer); |
| 879 | } |
| 880 | |
| 881 | // dhc - found this empty -- trying what I think is a reasonable impl. |
| 882 | void removeConsumer(ConsumerCallback consumer) |
no test coverage detected