| 559 | } |
| 560 | |
| 561 | lword BufferedTransformation::TotalBytesRetrievable() const |
| 562 | { |
| 563 | if (AttachedTransformation()) |
| 564 | return AttachedTransformation()->TotalBytesRetrievable(); |
| 565 | else |
| 566 | return MaxRetrievable(); |
| 567 | } |
| 568 | |
| 569 | unsigned int BufferedTransformation::NumberOfMessages() const |
| 570 | { |
nothing calls this directly
no test coverage detected