---------------------------------------------------------------------------
| 926 | |
| 927 | //--------------------------------------------------------------------------- |
| 928 | void addConsumer(ConsumerCallback consumer) |
| 929 | { |
| 930 | gConsumers.push_back(consumer); |
| 931 | } |
| 932 | |
| 933 | // dhc - found this empty -- trying what I think is a reasonable impl. |
| 934 | void removeConsumer(ConsumerCallback consumer) |
no test coverage detected