| 868 | IMetaData *IChannel::MetaData() const { return nullptr; } |
| 869 | |
| 870 | ISourceInformation *IChannel::SourceInformation() const { |
| 871 | // Only supported by MDF4 |
| 872 | return nullptr; |
| 873 | } |
| 874 | |
| 875 | ISourceInformation *IChannel::CreateSourceInformation() { |
| 876 | // Only supported by MDF4 |
no outgoing calls